Skip to content

Commit

Permalink
kw_cache - just scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kalanis committed Aug 24, 2022
1 parent 2e1f1ef commit 4d0668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-src/Format/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Factory
{
public function getFormat(Interfaces\ICache $cache): Interfaces\IFormat
public function getFormat(/** @scrutinizer ignore-unused */Interfaces\ICache $cache): Interfaces\IFormat
{
return new Format();
}
Expand Down

0 comments on commit 4d0668e

Please sign in to comment.