@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | return Punic\Calendar::formatDate($val, 'short'); |
70 | 70 | } catch (Exception $e) { |
71 | 71 | trigger_error($e->getMessage(), E_USER_WARNING); |
72 | - return (string) $this->literal; |
|
72 | + return (string)$this->literal; |
|
73 | 73 | } |
74 | 74 | } |
75 | 75 | return $this->literal->getValue(); |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | { |
97 | 97 | $graph = $this->resource->getGraph(); |
98 | 98 | $labelResources = $graph->resourcesMatching('skosxl:literalForm', $this->literal); |
99 | - foreach($labelResources as $labres) { |
|
99 | + foreach ($labelResources as $labres) { |
|
100 | 100 | return new LabelSkosXL($this->model, $labres); |
101 | 101 | } |
102 | 102 | return null; |