Completed
Pull Request — master (#16)
by ARCANEDEV
07:26
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,9 +136,9 @@
 block discarded – undo
136 136
      * Get the tracker config.
137 137
      *
138 138
      * @param  string      $key
139
-     * @param  mixed|null  $default
139
+     * @param  boolean  $default
140 140
      *
141
-     * @return mixed
141
+     * @return string|null
142 142
      */
143 143
     private function getConfig($key, $default = null)
144 144
     {
Please login to merge, or discard this patch.