Completed
Pull Request — master (#11)
by ARCANEDEV
06:25
created
src/ServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * Register a shared binding in the container.
81 81
      *
82
-     * @param  string|array          $abstract
82
+     * @param  string          $abstract
83 83
      * @param  \Closure|string|null  $concrete
84 84
      */
85 85
     protected function singleton($abstract, $concrete = null)
Please login to merge, or discard this patch.