Passed
Branch master (1a71ff)
by Дмитрий
04:34
created
Category
src/Annotations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      */
105 105
     private function configurationCache()
106 106
     {
107
-        if (property_exists($this->cacheComponent, 'cachePath') &&  $this->path !== null) {
107
+        if (property_exists($this->cacheComponent, 'cachePath') && $this->path !== null) {
108 108
             $this->cacheComponent->cachePath = Yii::getAlias($this->path);
109 109
         }
110 110
         if (property_exists($this->cacheComponent, 'cacheFileSuffix')) {
Please login to merge, or discard this patch.
src/AnnotationCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * {@inheritDoc}
60 60
      */
61
-    public function getStats():? array
61
+    public function getStats(): ? array
62 62
     {
63 63
         return null;
64 64
     }
Please login to merge, or discard this patch.
src/AnnotationCacheInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,5 +101,5 @@
 block discarded – undo
101 101
      *
102 102
      * @return array|null An associative array with server's statistics if available, NULL otherwise.
103 103
      */
104
-    public function getStats():? array;
104
+    public function getStats(): ? array;
105 105
 }
Please login to merge, or discard this patch.