Completed
Pull Request — master (#211)
by Ryan
07:26
created
src/Support/Evaluator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Anomaly\Streams\Platform\Support;
2 2
 
3
-use ArrayAccess;
4 3
 use Illuminate\Contracts\Container\Container;
5 4
 
6 5
 /**
Please login to merge, or discard this patch.