Andor
Andor
Run tests with PHP 8.2 gives the following output: ``` Deprecated: Creation of dynamic property ArangoDBClient\AdminTest::$adminHandler is deprecated in ./tests/AdminTest.php on line 22 Deprecated: Creation of dynamic property ArangoDBClient\AdminTest::$connection is...
1. What did you do? If possible, provide a simple script for reproducing the error. I try to start a WebSocket server with Hyperf. ``` [ 'name' => 'ws', 'type'...
Deprecated: Return type of cebe\openapi\spec\Responses::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /.../cebe/php-openapi/src/spec/Responses.php on line 229 *...
I think it would be easier to maintain the code base with TypeScript. It solves more problem than it causes :-)
The default value of `options.spawnLimit` is hard-coded to 10. It should be replaced with this: `os.cpus().length`
For testing purposes a I tried to lint [the /core directory of Drupal 8](http://cgit.drupalcode.org/drupal/tree/core). It contains ~6200 PHP files. It takes ~17sec to run this command: `time find ./ -type...
The multiple PHP version is a very good feature, but the problem is that each `options.phpCmd` uses the same cache result. If a php file first was linted with PHP...
There are three different ways to define a `null` value. ```yaml one: two: ~ three: null ``` I think it would be useful to enforce the consistency.
My expected style is the following: * indent every key * every key should be in a new line **Good** ```yaml a: 'foo' b: 42 c: d: 'bar' e: -...
**Is your feature request related to a problem? Please describe.** I couldn't compile sassphp with PHP 8.x ``` /foo/sassphp/8.0/src/sass.c: In function ‘array_to_import’: /foo/sassphp/8.0/src/sass.c:98:53: error: expected ‘)’ before ‘TSRMLS_CC’ 98 |...