Passed
Pull Request — develop (#50)
by Daniel
01:19
created
src/Client.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
      * @see \InShore\Bookwhen\Interfaces\ClientInterface::getTicket()
354 354
      */
355 355
     public function getTicket($ticketId)
356
-    {        
356
+    {
357 357
         if (!empty($ticketId && !$this->validator->validId($ticketId, 'ticket'))) {
358 358
            // throw new ValidationException();
359 359
         }
Please login to merge, or discard this patch.