@@ -34,6 +34,9 @@ |
||
34 | 34 | */ |
35 | 35 | protected $strategy; |
36 | 36 | |
37 | + /** |
|
38 | + * @param integer $strategy |
|
39 | + */ |
|
37 | 40 | public function __construct($source = null, $strategy) |
38 | 41 | { |
39 | 42 | if (is_null($strategy)) { |