@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | #error_log(print_r($this->rules,1)); |
88 | 88 | |
89 | 89 | foreach ($this->rules as $property => $mapping) { |
90 | - $type = $mapping['type']; |
|
90 | + $type = $mapping['type']; |
|
91 | 91 | if (isset($mapping['jskos']) && in_array($mapping['jskos'], static::$JSKOSClasses)) { |
92 | 92 | $class = '\JSKOS\\'.$mapping['jskos']; |
93 | 93 | } else { |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | * Silently try to load RDF from an URL. |
175 | 175 | * @return EasyRdf_Resource|null |
176 | 176 | */ |
177 | - public static function loadRDF($url, $uri=null, $format=null) |
|
177 | + public static function loadRDF($url, $uri = null, $format = null) |
|
178 | 178 | { |
179 | 179 | try { |
180 | 180 | $rdf = \EasyRdf_Graph::newAndLoad($url, $format); |