Removed final (fix) #28
Merged
Annotations
10 notices
|
tests/BinariableTest.php#L23
* [Disallow yoda comparison] Yoda comparisons are disallowed.
* [Disallow equal operators] Operator == is disallowed, use === instead.
|
|
src/Serializer/Serializer.php#L32
* [Line length] Line exceeds 80 characters; contains 100 characters
|
|
src/Serializer/Serializer.php#L21
* [Line length] Line exceeds 80 characters; contains 100 characters
|
|
src/Serializer/Serializer.php#L28
* [No silenced errors] Silencing errors is discouraged; found: @$this->doUnserialize...
|
|
src/Serializer/Serializer.php#L17
* [No silenced errors] Silencing errors is discouraged; found: @$this->doSerialize...
|
|
src/Coder/Coder.php#L32
* [Line length] Line exceeds 80 characters; contains 87 characters
|
|
src/Coder/Coder.php#L21
* [Line length] Line exceeds 80 characters; contains 87 characters
|
|
src/Coder/Coder.php#L28
* [No silenced errors] Silencing errors is discouraged; found: @$this->doDecode...
|
|
src/Coder/Coder.php#L17
* [No silenced errors] Silencing errors is discouraged; found: @$this->doEncode...
|
|
tests/Serializer/Some/SelfSerializer.php#L15
* [Forbidden public property] Do not use public properties. Use method access instead.
|
The logs for this run have expired and are no longer available.
Loading