Completed
Push — master ( 69e30f...0602c8 )
by Freek
14:10
created
src/Helpers/CatchableCollectionProxy.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * Create a new proxy instance.
30 30
      *
31
-     * @param  \Illuminate\Collections\Enumerable  $collection
31
+     * @param  \Spatie\CollectionMacros\Macros\TryCatch  $collection
32 32
      * @return void
33 33
      */
34 34
     public function __construct(Enumerable $collection)
@@ -77,6 +77,9 @@  discard block
 block discarded – undo
77 77
         return $this->collection;
78 78
     }
79 79
 
80
+    /**
81
+     * @param \Closure[] $callable
82
+     */
80 83
     private function exceptionType($callable)
81 84
     {
82 85
         $reflection = new ReflectionFunction($callable);
Please login to merge, or discard this patch.