@@ -118,7 +118,7 @@ |
||
118 | 118 | $this->deferredBuffer->add($value); |
119 | 119 | |
120 | 120 | return new Deferred( |
121 | - function () use ($value) { |
|
121 | + function() use ($value) { |
|
122 | 122 | $this->deferredBuffer->loadBuffer(); |
123 | 123 | |
124 | 124 | return $this->deferredBuffer->getLoadedEntity($value); |
@@ -112,7 +112,7 @@ |
||
112 | 112 | * |
113 | 113 | * @return string |
114 | 114 | */ |
115 | - protected function getGraphQLType(?string $type):?string |
|
115 | + protected function getGraphQLType(?string $type): ?string |
|
116 | 116 | { |
117 | 117 | switch ($type) { |
118 | 118 | case DoctrineType::BOOLEAN: |
@@ -45,7 +45,7 @@ |
||
45 | 45 | /** |
46 | 46 | * @return string |
47 | 47 | */ |
48 | - public function getDeprecationReason():?string |
|
48 | + public function getDeprecationReason(): ?string |
|
49 | 49 | { |
50 | 50 | return $this->deprecationReason; |
51 | 51 | } |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @return mixed |
27 | 27 | */ |
28 | - public function getNode():?string |
|
28 | + public function getNode(): ?string |
|
29 | 29 | { |
30 | 30 | return $this->node; |
31 | 31 | } |
@@ -26,7 +26,7 @@ |
||
26 | 26 | /** |
27 | 27 | * @return string |
28 | 28 | */ |
29 | - public function getDeprecationReason():?string; |
|
29 | + public function getDeprecationReason(): ?string; |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * @return bool |