Merge branch 'master' into dev-1.1 #35
ci.yml
on: push
Coding Standard
12s
Static Analysis
15s
Matrix: test
Annotations
10 errors
|
ClassMustBeFinal:
src/ArrayBuffer.php#L11
src/ArrayBuffer.php:11:7: ClassMustBeFinal: Class LargeArrayBuffer\ArrayBuffer is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L42
src/ArrayBuffer.php:42:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::next should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L50
src/ArrayBuffer.php:50:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::valid should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L58
src/ArrayBuffer.php:58:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::current should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L66
src/ArrayBuffer.php:66:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::rewind should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L74
src/ArrayBuffer.php:74:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::count should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L82
src/ArrayBuffer.php:82:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::key should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L92
src/ArrayBuffer.php:92:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::push should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/ArrayBuffer.php#L108
src/ArrayBuffer.php:108:3: MissingOverrideAttribute: Method LargeArrayBuffer\ArrayBuffer::toarray should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/LargeArrayBuffer.php#L11
src/LargeArrayBuffer.php:11:7: ClassMustBeFinal: Class LargeArrayBuffer\LargeArrayBuffer is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|