1
0
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:
Ne-Lexa
2019-12-06 12:09:37 +03:00
parent e03c963dc1
commit e2c058840c
21 changed files with 117 additions and 154 deletions

View File

@@ -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' => [