Completed
Push — master ( 243903...9a7d92 )
by ARCANEDEV
9s
created
src/Parsers/UserAgentParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * Prepare the version.
143 143
      *
144
-     * @param  array  $version
144
+     * @param  string[]  $version
145 145
      *
146 146
      * @return string
147 147
      */
Please login to merge, or discard this patch.
src/Tracker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * Get the tracker config.
85 85
      *
86 86
      * @param  string      $key
87
-     * @param  mixed|null  $default
87
+     * @param  boolean  $default
88 88
      *
89 89
      * @return mixed
90 90
      */
Please login to merge, or discard this patch.