Completed
Pull Request — master (#9)
by Mauro
02:10
created
tools/make_entities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     $namespaces = explode('\\', $class_name);
50 50
     $properties = [];
51 51
 
52
-    foreach($parsed_yaml[$class_name]['properties'] as $key => $property) {
52
+    foreach ($parsed_yaml[$class_name]['properties'] as $key => $property) {
53 53
         if (strpos($property["type"], DateTime::class) !== false) {
54 54
             $property["type"] = "\\DateTime";
55 55
         }
Please login to merge, or discard this patch.