@@ -49,7 +49,7 @@ |
||
| 49 | 49 | public function getNames() |
| 50 | 50 | { |
| 51 | 51 | return [ |
| 52 | - new StringLiteral((string) $this->label), |
|
| 52 | + new StringLiteral((string)$this->label), |
|
| 53 | 53 | ]; |
| 54 | 54 | } |
| 55 | 55 | |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function getNames() |
| 39 | 39 | { |
| 40 | 40 | return array_map( |
| 41 | - function (Label $label) { |
|
| 41 | + function(Label $label) { |
|
| 42 | 42 | return new StringLiteral($label->getName()->toString()); |
| 43 | 43 | }, |
| 44 | 44 | $this->getLabels()->toArray() |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function getNames() |
| 39 | 39 | { |
| 40 | 40 | return array_map( |
| 41 | - function (Label $label) { |
|
| 41 | + function(Label $label) { |
|
| 42 | 42 | return new StringLiteral($label->getName()->toString()); |
| 43 | 43 | }, |
| 44 | 44 | $this->getLabels()->toArray() |