pug-php/js-phpize

View on GitHub
src/JsPhpize/Stream/ExpressionStream.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Possibly zero references to use statement for classlike/namespace Attribute (\Attribute)
Open

use Attribute;

Each class must be in a file by itself
Open

class ExpressionStream

Method name "ExpressionStream::url_stat" is not in camel caps format
Open

    public function url_stat($path, $flags)

Method name "ExpressionStream::stream_open" is not in camel caps format
Open

    public function stream_open($path)

Method name "ExpressionStream::stream_tell" is not in camel caps format
Open

    public function stream_tell()

Method name "ExpressionStream::stream_read" is not in camel caps format
Open

    public function stream_read($count)

Method name "ExpressionStream::stream_set_option" is not in camel caps format
Open

    public function stream_set_option($option, $arg1, $arg2)

Method name "ExpressionStream::stream_stat" is not in camel caps format
Open

    public function stream_stat()

Method name "ExpressionStream::stream_eof" is not in camel caps format
Open

    public function stream_eof()

There are no issues that match your filters.

Category
Status