Skip to content

Commit

Permalink
Adjust PHPStan to level 6+. (#8788)
Browse files Browse the repository at this point in the history
* Adjust PHPStan to level 6+.

* Adjust PHPStan to level 6+.

* Add missing transfer property.

* Adjust PHPStan to level 6+.

* Add missing transfer property.
  • Loading branch information
dereuromark committed Oct 11, 2021
1 parent 853c1d0 commit e403dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpstan.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"defaultLevel": 5
"defaultLevel": 6
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class CacheReaderPhp implements CacheReaderInterface
{
/***
/**
* @var \Spryker\Shared\Kernel\KernelConfig
*/
protected $config;
Expand Down

0 comments on commit e403dd3

Please sign in to comment.