Completed
Push — master ( c2b7a1...66c45a )
by Alex
19s queued 14s
created
src/ModelVisitorConcerns/VisitElements.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
          * @var EdmModelVisitor $this
39 39
          */
40 40
         switch ($element->getSchemaElementKind()) {
41
-            case SchemaElementKind::Function():
41
+            case SchemaElementKind::function():
42 42
                 assert($element instanceof IFunction);
43 43
                 $this->processFunction($element);
44 44
                 break;
Please login to merge, or discard this patch.