@@ -42,7 +42,7 @@ |
||
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
45 | - * @param EBuilder|QBuilder $builder |
|
45 | + * @param EBuilder $builder |
|
46 | 46 | * @param array $args |
47 | 47 | * @return EBuilder |
48 | 48 | */ |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * For the full copyright and license information, please view the LICENSE |
5 | 5 | * file that was distributed with this source code. |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace App\GraphQL\Queries\Support; |
10 | 10 | |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | return array_merge($args, [ |
27 | 27 | 'id' => [ |
28 | 28 | 'type' => Type::listOf(Type::id()), |
29 | - 'description' => 'Select ' . $this->getQueryName() . ' by identifier or identifier array', |
|
29 | + 'description' => 'Select '.$this->getQueryName().' by identifier or identifier array', |
|
30 | 30 | ], |
31 | 31 | ]); |
32 | 32 | } |