Completed
Pull Request — master (#32)
by Sergey
09:01 queued 05:17
created
src/Api/Providers/Pinners.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     protected function _checkCredentials($username, $password)
72 72
     {
73
-        if (!$username || !$password) {
73
+        if ( ! $username || ! $password) {
74 74
             throw new LogicException('You must set username and password to login.');
75 75
         }
76 76
     }
Please login to merge, or discard this patch.