@@ -19,7 +19,6 @@ |
||
19 | 19 | private $config; |
20 | 20 | |
21 | 21 | /** |
22 | - * @param array $files |
|
23 | 22 | */ |
24 | 23 | public function __construct(Config $config) |
25 | 24 | { |
@@ -185,8 +185,8 @@ |
||
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
188 | - * @param $source |
|
189 | - * @param $destination |
|
188 | + * @param string $source |
|
189 | + * @param string $destination |
|
190 | 190 | * @return $this |
191 | 191 | */ |
192 | 192 | private function renderPage($source, $destination, Consolidated $consolidated, $history) |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public function __construct(CustomNodeTraverser $traverser, $stopCondition = null) |
32 | 32 | { |
33 | 33 | if (null === $stopCondition) { |
34 | - $stopCondition = function ($node) { |
|
34 | + $stopCondition = function($node) { |
|
35 | 35 | if ($node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Interface_) { |
36 | 36 | return false; |
37 | 37 | } |