Completed
Push — master ( 331d29...e40fed )
by Portey
02:57
created
src/Definition/Traits/SchemaContainableTrait.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Date: 04.12.15
4
- *
5
- * @author Portey Vasil <[email protected]>
6
- */
3
+     * Date: 04.12.15
4
+     *
5
+     * @author Portey Vasil <[email protected]>
6
+     */
7 7
 
8 8
 namespace Youshido\GraphQL\Definition\Traits;
9 9
 
Please login to merge, or discard this patch.
src/Type/Config/Field/FieldConfig.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $resolveFunction = $this->get('resolve', null);
35 35
 
36 36
         if($resolveFunction && is_callable($resolveFunction)) {
37
-           return $resolveFunction($value, $args);
37
+            return $resolveFunction($value, $args);
38 38
         }
39 39
 
40 40
         return $this->getType()->resolve($value, $args);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     {
34 34
         $resolveFunction = $this->get('resolve', null);
35 35
 
36
-        if($resolveFunction && is_callable($resolveFunction)) {
36
+        if ($resolveFunction && is_callable($resolveFunction)) {
37 37
            return $resolveFunction($value, $args);
38 38
         }
39 39
 
Please login to merge, or discard this patch.
src/Definition/Traits/TypeCollectorTrait.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Date: 04.12.15
4
- *
5
- * @author Portey Vasil <[email protected]>
6
- */
3
+     * Date: 04.12.15
4
+     *
5
+     * @author Portey Vasil <[email protected]>
6
+     */
7 7
 
8 8
 namespace Youshido\GraphQL\Definition\Traits;
9 9
 
Please login to merge, or discard this patch.