Completed
Push — master ( edda02...71f62c )
by Beñat
02:05
created
src/LIN3S/SharedKernel/Domain/Model/Phone/Phone.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         }
75 75
     }
76 76
 
77
+    /**
78
+     * @param \libphonenumber\PhoneNumber $phone
79
+     */
77 80
     private function checkIsValidNumber($phone, $region = null)
78 81
     {
79 82
         if (!PhoneNumberUtil::getInstance()->isValidNumber($this->phone)) {
Please login to merge, or discard this patch.
Application/Tactician/Middlewares/PdoTransactionMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician\Middleware;
13 13
 
14
-use League\Tactician\Middleware;
15 14
 use LIN3S\SharedKernel\Exception\Exception;
16 15
 use LIN3S\SharedKernel\Infrastructure\Persistence\Sql\Pdo;
16
+use League\Tactician\Middleware;
17 17
 
18 18
 /**
19 19
  * @author Beñat Espiña <[email protected]>
Please login to merge, or discard this patch.