We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -129,7 +129,7 @@ |
||
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | /** |
| 132 | - * @param Argument|array $args |
|
| 132 | + * @param Argument $args |
|
| 133 | 133 | * |
| 134 | 134 | * @return Argument |
| 135 | 135 | */ |
@@ -52,6 +52,9 @@ |
||
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | + /** |
|
| 56 | + * @return string |
|
| 57 | + */ |
|
| 55 | 58 | private function guessTagName(Definition $definition) |
| 56 | 59 | { |
| 57 | 60 | $tagName = null; |
@@ -27,6 +27,9 @@ |
||
| 27 | 27 | return $this->cache[$alias]; |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | + /** |
|
| 31 | + * @param string $alias |
|
| 32 | + */ |
|
| 30 | 33 | private function string2Type($alias) |
| 31 | 34 | { |
| 32 | 35 | if (false !== ($type = $this->wrapTypeIfNeeded($alias))) { |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
| 22 | 22 | use Symfony\Component\DependencyInjection\Reference; |
| 23 | 23 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
| 24 | -use Symfony\Component\HttpKernel\Kernel; |
|
| 25 | 24 | |
| 26 | 25 | class OverblogGraphQLExtension extends Extension implements PrependExtensionInterface |
| 27 | 26 | { |