Completed
Push — master ( 20db03...f76772 )
by ARCANEDEV
14:47 queued 07:12
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.
src/Trackers/SessionTracker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -136,6 +136,9 @@
 block discarded – undo
136 136
         return $data;
137 137
     }
138 138
 
139
+    /**
140
+     * @param string $column
141
+     */
139 142
     private function getSessionData($column = null)
140 143
     {
141 144
         $data = $this->session->get($this->getSessionKey());
Please login to merge, or discard this patch.