Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Dumkaaa/BxOptimize
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumkaaa committed Apr 3, 2017
2 parents c42557f + 965cee7 commit 434e3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Finder/FilesFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function findFiles($path = null)
$basePath = $_SERVER['DOCUMENT_ROOT'];

return (array) new \RecursiveIteratorIterator(
new \RecursiveDirectoryIterator($basePath . '/' . $path)
new \RecursiveDirectoryIterator($basePath.'/'.$path)
);
}
}
2 changes: 1 addition & 1 deletion lib/Handler/HandlerProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HandlerProcessor
/** @var array Стандартные обработчики */
private $defaultHandlers = [
'image' => __NAMESPACE__.'\ImageHandler',
'css' => __NAMESPACE__ .'\CssHandler',
'css' => __NAMESPACE__.'\CssHandler',
];

/** @var array Включенные обработчики */
Expand Down

0 comments on commit 434e3e9

Please sign in to comment.