Passed
Push — stable ( f45ff8...8aa5cd )
by Nuno
59s
created
src/helpers.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      * If an array is passed as the key, we will assume you want to set an array of values.
100 100
      *
101 101
      * @param  array|string $key
102
-     * @param  mixed $default
102
+     * @param  boolean $default
103 103
      *
104 104
      * @return mixed|\Illuminate\Config\Repository
105 105
      */
@@ -120,9 +120,6 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Dispatch an event and call the listeners.
122 122
      *
123
-     * @param  mixed $event
124
-     * @param  mixed $payload
125
-     * @param  bool $halt
126 123
      *
127 124
      * @return array|null
128 125
      */
Please login to merge, or discard this patch.