Completed
Push — master ( 265b9c...70421f )
by ARCANEDEV
11:53
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
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.