@@ -33,6 +33,10 @@ discard block |
||
| 33 | 33 | $this->rootDir = $rootDir; |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | + /** |
|
| 37 | + * @param string $entity |
|
| 38 | + * @param string $format |
|
| 39 | + */ |
|
| 36 | 40 | public function generate(BundleInterface $bundle, $entity, ClassMetadataInfo $metadata, $format, $forceOverwrite) |
| 37 | 41 | { |
| 38 | 42 | if (count($metadata->identifier) != 1) { |
@@ -155,8 +159,8 @@ discard block |
||
| 155 | 159 | } |
| 156 | 160 | |
| 157 | 161 | /** |
| 158 | - * @param $file |
|
| 159 | - * @param $target |
|
| 162 | + * @param string $file |
|
| 163 | + * @param string $target |
|
| 160 | 164 | * @param $classname |
| 161 | 165 | * @param $entityClass |
| 162 | 166 | * @param $serviceNamespace |