Failed Conditions
Push — develop ( 3b446f...d1b453 )
by Guilherme
62:33
created
lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@
 block discarded – undo
50 50
      */
51 51
     protected $class;
52 52
 
53
-     /**
54
-     * @var array
55
-     */
53
+        /**
54
+         * @var array
55
+         */
56 56
     protected $queuedCache = [];
57 57
 
58 58
     /**
Please login to merge, or discard this patch.
lib/Doctrine/ORM/Cache/DefaultCache.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@  discard block
 block discarded – undo
31 31
      */
32 32
     private $uow;
33 33
 
34
-     /**
35
-     * @var \Doctrine\ORM\Cache\CacheFactory
36
-     */
34
+        /**
35
+         * @var \Doctrine\ORM\Cache\CacheFactory
36
+         */
37 37
     private $cacheFactory;
38 38
 
39 39
     /**
@@ -273,12 +273,12 @@  discard block
 block discarded – undo
273 273
         return $this->queryCaches[$regionName];
274 274
     }
275 275
 
276
-     /**
277
-     * @param \Doctrine\ORM\Mapping\ClassMetadata $metadata   The entity metadata.
278
-     * @param mixed                               $identifier The entity identifier.
279
-     *
280
-     * @return \Doctrine\ORM\Cache\EntityCacheKey
281
-     */
276
+        /**
277
+         * @param \Doctrine\ORM\Mapping\ClassMetadata $metadata   The entity metadata.
278
+         * @param mixed                               $identifier The entity identifier.
279
+         *
280
+         * @return \Doctrine\ORM\Cache\EntityCacheKey
281
+         */
282 282
     private function buildEntityCacheKey(ClassMetadata $metadata, $identifier)
283 283
     {
284 284
         if (! is_array($identifier)) {
Please login to merge, or discard this patch.