Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Scrutinizer fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Sep 21, 2017
1 parent f257f07 commit c90a15a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
checks:
php:
duplication: false # duplications are for performance optimizations

filter:
paths:
- "src/"
4 changes: 2 additions & 2 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
*/
function install()
{
return Globals::$container->filterManager->install();
Globals::$container->filterManager->install();
}

/**
* Uninstall Phony for Kahlan.
*/
function uninstall()
{
return Globals::$container->filterManager->uninstall();
Globals::$container->filterManager->uninstall();
}

/**
Expand Down

0 comments on commit c90a15a

Please sign in to comment.