Completed
Push — master ( 2a36b8...a41bbe )
by ARCANEDEV
08:50
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 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Arcanedev\LaravelTracker\Support\PhpSession;
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Support\Arr;
7
-use Ramsey\Uuid\Uuid;
8 7
 
9 8
 /**
10 9
  * Class     SessionTracker
Please login to merge, or discard this patch.