@@ -71,7 +71,7 @@ |
||
71 | 71 | /** |
72 | 72 | * Check if a string is in a traversable format. |
73 | 73 | * |
74 | - * @param $target |
|
74 | + * @param string $target |
|
75 | 75 | * @return bool |
76 | 76 | */ |
77 | 77 | protected function isTraversable($target) |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Anomaly\Streams\Platform\Support; |
2 | 2 | |
3 | -use ArrayAccess; |
|
4 | 3 | use Illuminate\Contracts\Container\Container; |
5 | 4 | |
6 | 5 | /** |