@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | { |
25 | 25 | $label = is_string($this->getLabel()) ? $this->getLabel() : $this->getLabel()->getValue(); |
26 | 26 | if ($this->vocab->getConfig()->sortByNotation()) { |
27 | - $label = $this->getNotation() . $label; |
|
27 | + $label = $this->getNotation().$label; |
|
28 | 28 | } |
29 | 29 | |
30 | 30 | return $label; |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | public function getReifiedPropertyValues() { |
121 | 121 | $ret = array(); |
122 | 122 | $props = $this->resource->properties(); |
123 | - foreach($props as $prop) { |
|
123 | + foreach ($props as $prop) { |
|
124 | 124 | if ($prop !== 'rdf:value') { // shown elsewhere |
125 | 125 | $ret[$prop] = $this->resource->get($prop); |
126 | 126 | } |