@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | * |
150 | 150 | * @param string $serializerName |
151 | 151 | * |
152 | - * @return $this |
|
152 | + * @return boolean |
|
153 | 153 | */ |
154 | 154 | public function hasSerializer($serializerName) |
155 | 155 | { |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | * |
202 | 202 | * @param string $metadataFactoryName |
203 | 203 | * |
204 | - * @return $this |
|
204 | + * @return boolean |
|
205 | 205 | */ |
206 | 206 | public function hasMetadataFactory($metadataFactoryName) |
207 | 207 | { |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | * |
253 | 253 | * @param string $handlerRegistryName |
254 | 254 | * |
255 | - * @return $this |
|
255 | + * @return boolean |
|
256 | 256 | */ |
257 | 257 | public function hasHandlerRegistry($handlerRegistryName) |
258 | 258 | { |
@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | * |
305 | 305 | * @param string $metadataDriverName |
306 | 306 | * |
307 | - * @return $this |
|
307 | + * @return boolean |
|
308 | 308 | */ |
309 | 309 | public function hasMetadataDriver($metadataDriverName) |
310 | 310 | { |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | * |
357 | 357 | * @param string $objectConstructorName |
358 | 358 | * |
359 | - * @return $this |
|
359 | + * @return boolean |
|
360 | 360 | */ |
361 | 361 | public function hasObjectConstructor($objectConstructorName) |
362 | 362 | { |
@@ -407,7 +407,7 @@ discard block |
||
407 | 407 | * |
408 | 408 | * @param string $serializationVisitorName |
409 | 409 | * |
410 | - * @return $this |
|
410 | + * @return boolean |
|
411 | 411 | */ |
412 | 412 | public function hasSerializationVisitor($serializationVisitorName) |
413 | 413 | { |
@@ -452,7 +452,7 @@ discard block |
||
452 | 452 | * |
453 | 453 | * @param string $deserializationVisitorName |
454 | 454 | * |
455 | - * @return $this |
|
455 | + * @return boolean |
|
456 | 456 | */ |
457 | 457 | public function hasDeserializationVisitor($deserializationVisitorName) |
458 | 458 | { |
@@ -497,7 +497,7 @@ discard block |
||
497 | 497 | * |
498 | 498 | * @param string $eventDispatcherName |
499 | 499 | * |
500 | - * @return $this |
|
500 | + * @return boolean |
|
501 | 501 | */ |
502 | 502 | public function hasEventDispatcher($eventDispatcherName) |
503 | 503 | { |
@@ -549,7 +549,7 @@ discard block |
||
549 | 549 | * |
550 | 550 | * @param string $typeParserName |
551 | 551 | * |
552 | - * @return $this |
|
552 | + * @return boolean |
|
553 | 553 | */ |
554 | 554 | public function hasTypeParser($typeParserName) |
555 | 555 | { |