Failed Conditions
Pull Request — master (#44)
by Alex
03:10
created
src/Edm/Validation/Internal/ValidationHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
         EdmErrorCode $errorCode,
42 42
         string $errorString,
43 43
         bool $suppressError
44
-    )
45
-    {
44
+    ) {
46 45
         $name = $item instanceof ISchemaElement ? $item->FullName() : $item->getName();
47 46
         if ($memberNameList->add($name)) {
48 47
             if (!$suppressError) {
Please login to merge, or discard this patch.