| @@ -27,7 +27,7 @@ | ||
| 27 | 27 |          foreach ($annotations as $annotation) { | 
| 28 | 28 | assert($annotation instanceof IDirectValueAnnotation); | 
| 29 | 29 | EdmUtil::checkArgumentNull($annotation->location(), 'annotation->Location'); | 
| 30 | -            if (! $annotationNameSet->add($annotation->getNamespaceUri() . ':' . $annotation->getName())) { | |
| 30 | +            if (!$annotationNameSet->add($annotation->getNamespaceUri() . ':' . $annotation->getName())) { | |
| 31 | 31 | EdmUtil::checkArgumentNull($annotation->location(), 'annotation->Location'); | 
| 32 | 32 | $context->addError( | 
| 33 | 33 | $annotation->location(), | 
| @@ -64,7 +64,7 @@ | ||
| 64 | 64 | $qualifier == $annotation->getQualifier() | 
| 65 | 65 | ) | 
| 66 | 66 |                      ) { | 
| 67 | - yield $annotation; | |
| 67 | + yield $annotation; | |
| 68 | 68 | } | 
| 69 | 69 | } | 
| 70 | 70 | } |