Passed
Push — dev ( dc909a...8f9555 )
by Jakob
02:16
created
src/Mapper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.