Passed
Pull Request — main (#57)
by Sílvio
03:15
created
src/Cacheer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
     * @var FileCacheStore|DatabaseCacheStore|RedisCacheStore|ArrayCacheStore
92 92
     */
93
-    public RedisCacheStore|DatabaseCacheStore|ArrayCacheStore|FileCacheStore $cacheStore;
93
+    public RedisCacheStore | DatabaseCacheStore | ArrayCacheStore | FileCacheStore $cacheStore;
94 94
 
95 95
     /**
96 96
     * @var array
Please login to merge, or discard this patch.