Passed
Pull Request — master (#4)
by
unknown
03:22
created
src/SettingsStorage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  */
13 13
 class SettingsStorage
14 14
 {
15
-    const LIB_PATH = __DIR__.'/..';
15
+    const LIB_PATH = __DIR__ . '/..';
16 16
 
17 17
     const NAMESPACE_PREFIX = '\ddlzz\AmoAPI';
18 18
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     private $userAgent = 'amoAPI PHP Client';
54 54
 
55 55
     /** @var string */
56
-    private $cookiePath = self::LIB_PATH.'/var/cookie.txt';
56
+    private $cookiePath = self::LIB_PATH . '/var/cookie.txt';
57 57
 
58 58
     /**
59 59
      * SettingsStorage constructor.
Please login to merge, or discard this patch.