Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfabiocarneiro <fahecs@gmail.com>2015-05-27 12:56:17 +0300
committerfabiocarneiro <fahecs@gmail.com>2015-05-27 12:56:17 +0300
commita2a63d34ebb460174e1a3e8d8022fe3e3ab4b469 (patch)
treefbfc480352bc711bc03f12849824507e56b5034a /core/DataTable/Filter/PatternRecursive.php
parentb2f5b5489ceca056217fc6663ec6c2c6b052cd42 (diff)
fix core folder with php-cs-fixer for psr-2
Diffstat (limited to 'core/DataTable/Filter/PatternRecursive.php')
-rw-r--r--core/DataTable/Filter/PatternRecursive.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/DataTable/Filter/PatternRecursive.php b/core/DataTable/Filter/PatternRecursive.php
index f383a13260..62a8b26bd9 100644
--- a/core/DataTable/Filter/PatternRecursive.php
+++ b/core/DataTable/Filter/PatternRecursive.php
@@ -8,10 +8,8 @@
*/
namespace Piwik\DataTable\Filter;
-use Exception;
use Piwik\DataTable\BaseFilter;
use Piwik\DataTable;
-use Piwik\DataTable\Manager;
/**
* Deletes rows that do not contain a column that matches a regex pattern and do not contain a
@@ -63,7 +61,7 @@ class PatternRecursive extends BaseFilter
$patternNotFoundInChildren = false;
$subTable = $row->getSubtable();
- if(!$subTable) {
+ if (!$subTable) {
$patternNotFoundInChildren = true;
} else {
// we delete the row if we couldn't find the pattern in any row in the