Completed
Push — 2.0 ( fe8057...a5342d )
by Kirill
06:55
created
server/app/GraphQL/Kernel/WhereInSelection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
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\Kernel;
10 10
 
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         return array_merge($args, [
28 28
             'id'  => [
29 29
                 'type'        => Type::listOf(Type::id()),
30
-                'description' => 'Select ' . $this->getQueryName() . ' by identifier or identifier array',
30
+                'description' => 'Select '.$this->getQueryName().' by identifier or identifier array',
31 31
             ],
32 32
         ]);
33 33
     }
Please login to merge, or discard this patch.