@@ -119,7 +119,7 @@ |
||
| 119 | 119 | if ($operation = $annotationReader->getMethodAnnotation($reflectionMethod, Delete::class)) { |
| 120 | 120 | $requestHandler->addOperation(new OperationWrapper($operation, $objectDescriptor, $reflectionMethod)); |
| 121 | 121 | } |
| 122 | - } catch(AnnotationException $ae) { |
|
| 122 | + } catch (AnnotationException $ae) { |
|
| 123 | 123 | \warning($ae->getMessage()); |
| 124 | 124 | } |
| 125 | 125 | } |