Test Setup Failed
Push — master ( fbf53c...9e9e3d )
by Asmir
03:17
created
src/Metadata/MetadataFactory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * @param string $className
46 46
      *
47
-     * @return ClassHierarchyMetadata|MergeableClassMetadata|null
47
+     * @return ClassMetadata|null
48 48
      */
49 49
     public function getMetadataForClass(string $className)
50 50
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         $this->driver = $driver;
27 27
         $this->hierarchyMetadataClass = $hierarchyMetadataClass;
28
-        $this->debug =$debug;
28
+        $this->debug = $debug;
29 29
     }
30 30
 
31 31
     /**
Please login to merge, or discard this patch.
src/Metadata/Driver/DriverChain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             if (!$driver instanceof AdvancedDriverInterface) {
40 40
                 throw new \RuntimeException(
41 41
                     sprintf(
42
-                        'Driver "%s" must be an instance of "AdvancedDriverInterface" to use ' .
42
+                        'Driver "%s" must be an instance of "AdvancedDriverInterface" to use '.
43 43
                         '"DriverChain::getAllClassNames()".',
44 44
                         get_class($driver)
45 45
                     )
Please login to merge, or discard this patch.