Stefan Fisk

Results 33 comments of Stefan Fisk

Just found that this case also generates `SlevomatCodingStandard.Classes.PropertyDeclaration.MultipleSpacesBeforeTypeHint` for the `static` return type. ```php class Test { public static function begin(): static { return new static(); } /** @var array...

@mfr75 Try the following: 1. Install WP-CLI via composer (`wp-cli/wp-cli-bundle`) 2. Creating the file below in `bin/artisan` 3. Add `define('ARTISAN_BINARY', realpath(__DIR__ . '/../bin/artisan')); ` to `wp-config.php` (adjusting the path appropriately)....

After some testing it seems like the offset is actually based on the `$sigma` param. To position the shadow behind the original I have to offset it `- 2 *...