Test Failed
Push — feature-laravel-5.4 ( 6f3b9a...66d75b )
by Kirill
03:40
created
app/GraphQL/Queries/Support/WhereInSelection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this 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\Queries\Support;
10 10
 
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
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
     }
Please login to merge, or discard this patch.