We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -215,7 +215,6 @@ discard block |
||
| 215 | 215 | /** |
| 216 | 216 | * Create a GraphQL Interface type configuration from annotations on properties. |
| 217 | 217 | * |
| 218 | - * @param string $shortClassName |
|
| 219 | 218 | * @param AnnotationInterface $interfaceAnnotation |
| 220 | 219 | * @param array $propertiesAnnotations |
| 221 | 220 | * @param string $namespace |
@@ -242,7 +241,6 @@ discard block |
||
| 242 | 241 | /** |
| 243 | 242 | * Create a GraphQL Input type configuration from annotations on properties. |
| 244 | 243 | * |
| 245 | - * @param string $shortClassName |
|
| 246 | 244 | * @param AnnotationInputType $inputAnnotation |
| 247 | 245 | * @param array $propertiesAnnotations |
| 248 | 246 | * @param string $namespace |
@@ -267,7 +265,6 @@ discard block |
||
| 267 | 265 | /** |
| 268 | 266 | * Get a Graphql scalar configuration from given scalar annotation. |
| 269 | 267 | * |
| 270 | - * @param string $shortClassName |
|
| 271 | 268 | * @param string $className |
| 272 | 269 | * @param AnnotationScalar $scalarAnnotation |
| 273 | 270 | * @param array $classAnnotations |
@@ -296,7 +293,6 @@ discard block |
||
| 296 | 293 | /** |
| 297 | 294 | * Get a Graphql Enum configuration from given enum annotation. |
| 298 | 295 | * |
| 299 | - * @param string $shortClassName |
|
| 300 | 296 | * @param AnnotationEnum $enumAnnotation |
| 301 | 297 | * @param array $classAnnotations |
| 302 | 298 | * @param array $constants |
@@ -336,7 +332,6 @@ discard block |
||
| 336 | 332 | /** |
| 337 | 333 | * Get a Graphql Union configuration from given union annotation. |
| 338 | 334 | * |
| 339 | - * @param string $shortClassName |
|
| 340 | 335 | * @param AnnotationUnion $unionAnnotation |
| 341 | 336 | * @param array $classAnnotations |
| 342 | 337 | * |