Completed
Pull Request — master (#8)
by ARCANEDEV
13:48
created
src/Agent.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * @param  string  $key
105 105
      *
106
-     * @return \Arcanedev\Agent\Contracts\Detector|mixed
106
+     * @return Detector
107 107
      */
108 108
     protected function getParsed(string $key): Detector
109 109
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      * @param  string                    $detector
146 146
      * @param  \Illuminate\Http\Request  $request
147 147
      *
148
-     * @return mixed
148
+     * @return Detector
149 149
      */
150 150
     protected static function callDetector(string $detector, $request): Detector
151 151
     {
Please login to merge, or discard this patch.