Completed
Push — master ( 2eac01...8e2b0e )
by Igor
04:53 queued 03:40
created
src/Config.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
     /**
33 33
      * Config constructor.
34 34
      *
35
-     * @param \Illuminate\Config\Repository $config
36 35
      */
37 36
     public function __construct()
38 37
     {
Please login to merge, or discard this patch.
src/Main.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
     /**
157 157
      * Function to handle unexpected errors.
158 158
      *
159
-     * @param [RequestException] $error
159
+     * @param RequestException $error
160 160
      * @return void
161 161
      */
162 162
     protected function statusCodeHandling($error)
Please login to merge, or discard this patch.