Completed
Branch master (c4ce9d)
by Dispositif
03:56
created
src/Application/WikiPageAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         try {
45 45
             $this->page = $wiki->newPageGetter()->getFromTitle($title);
46 46
         } catch (Throwable $e) {
47
-            throw new Exception('Erreur construct WikiPageAction '. $e->getMessage());
47
+            throw new Exception('Erreur construct WikiPageAction '.$e->getMessage());
48 48
         }
49 49
     }
50 50
 
Please login to merge, or discard this patch.
src/Infrastructure/BnfAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             return null;
75 75
         }
76 76
 
77
-        $nbResults = (int)$xml->xpath('//srw:numberOfRecords[1]')[0] ?? 0;
77
+        $nbResults = (int) $xml->xpath('//srw:numberOfRecords[1]')[0] ?? 0;
78 78
 
79 79
         if (0 === $nbResults) {
80 80
             return null;
Please login to merge, or discard this patch.