Passed
Pull Request — master (#13)
by Vojta
11:49 queued 05:10
created
facades/ReservationsFacade.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     /**
167 167
      * Is user returning or not? You have to set this parameter at Backend Reservations setting.
168 168
      *
169
-     * @param $email
169
+     * @param string $email
170 170
      *
171 171
      * @return bool
172 172
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php namespace VojtaSvoboda\Reservations\Facades;
2 2
 
3
-use Auth;
4 3
 use Carbon\Carbon;
5 4
 use Config;
6
-use Event;
7 5
 use Illuminate\Database\Eloquent\Collection;
8 6
 use Illuminate\Support\Facades\DB;
9 7
 use October\Rain\Exception\ApplicationException;
Please login to merge, or discard this patch.