Passed
Branch release/1.5.0 (b7c2e9)
by vincent
02:28
created
src/Factory.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     public function getBuilder($builder, array $args = [])
67 67
     {
68
-        $class = "\\vfalies\\tmdb\\Factory\\Builder\\{$builder}Builder";
68
+        $class = "\\vfalies\\tmdb\\Factory\\Builder\\{$builder}builder";
69 69
 
70 70
         $reflection = new \ReflectionClass($class);
71 71
 
Please login to merge, or discard this patch.