Bump qa tools

This commit is contained in:
Jaapio
2020-06-27 13:19:36 +02:00
parent 790426f28b
commit 4d1a808f18
4 changed files with 16 additions and 13 deletions
+2
View File
@@ -282,6 +282,8 @@ final class StandardTagFactory implements TagFactory
* Retrieves a series of ReflectionParameter objects for the static 'create' method of the given
* tag handler class name.
*
* @param class-string $handlerClassName
*
* @return ReflectionParameter[]
*/
private function fetchParametersForHandlerFactoryMethod(string $handlerClassName) : array