Passed
Pull Request — master (#1409)
by Jakob
13:19
created
model/Vocabulary.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,9 +69,11 @@
 block discarded – undo
69 69
      */
70 70
     public function getUriSpace()
71 71
     {
72
-        if ($this->urispace === null) // initialize cache
72
+        if ($this->urispace === null) {
73
+          // initialize cache
73 74
         {
74 75
             $urispace = $this->resource->getLiteral('void:uriSpace');
76
+        }
75 77
             if ($urispace) {
76 78
                 $this->urispace = $urispace->getValue();
77 79
             }
Please login to merge, or discard this patch.