Passed
Push — master ( 1fb286...0673bd )
by Richard
04:39 queued 11s
created
src/Common/GeneratorConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
     public function prepareGraphQLNames()
68 68
     {
69
-        $this->gName = ($this->getOption('gqlName')?: $this->mName);
69
+        $this->gName = ($this->getOption('gqlName') ?: $this->mName);
70 70
         $this->gPlural = Str::plural($this->gName);
71 71
         $this->gCamel = Str::camel($this->gName);
72 72
         $this->gCamelPlural = Str::camel($this->gPlural);
Please login to merge, or discard this patch.