Completed
Branch master (10c809)
by Andrea Marco
07:44 queued 05:58
created
src/Decorator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
      * Set the dependencies.
30 30
      *
31 31
      * @author    Andrea Marco Sartori
32
-     * @param    Illuminate\Contracts\Debug\ExceptionHandler    $handler
33
-     * @param    Cerbero\ExceptionHandler\Repository    $handlers
32
+     * @param    ExceptionHandler    $handler
33
+     * @param    Repository    $handlers
34 34
      * @return    void
35 35
      */
36 36
     public function __construct(ExceptionHandler $handler, Repository $handlers)
Please login to merge, or discard this patch.