Completed
Pull Request — master (#127)
by Roberto
03:51
created
src/Exception/ExceptionCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     
45 45
     /**
46 46
      * Add exceptions to the collection
47
-     * @param Exception Exception to add
47
+     * @param Exception \Exception to add
48 48
      * @return ExceptionCollection;
49 49
      */
50 50
     public function add(\Exception $exception)
Please login to merge, or discard this patch.