Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Update .php_cs.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 authored Jun 18, 2020
1 parent 53d3f8b commit 15b547d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ return PhpCsFixer\Config::create()
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => false,
],

// @TODO fix later
'strict_comparison' => false,
'php_unit_strict' => false,
])
->setFinder($finder)
->setCacheFile(__DIR__ . '/.php_cs.cache');

0 comments on commit 15b547d

Please sign in to comment.