mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-29 17:59:55 +02:00
fixed for php 32-bit
This commit is contained in:
2
.php_cs
2
.php_cs
@@ -1028,7 +1028,7 @@ $rules = [
|
||||
* Adds a default `@coversNothing` annotation to PHPUnit test
|
||||
* classes that have no `@covers*` annotation.
|
||||
*/
|
||||
'php_unit_test_class_requires_covers' => true,
|
||||
'php_unit_test_class_requires_covers' => false,
|
||||
|
||||
// PHPDoc should contain `@param` for all params.
|
||||
'phpdoc_add_missing_param_annotation' => [
|
||||
|
Reference in New Issue
Block a user