@@ -41,8 +41,7 @@ |
||
| 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) { |