Passed
Push — master ( 13a60b...ea0cdf )
by Dispositif
02:35
created
src/Infrastructure/WikidataAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     {
38 38
         // strip ISBN formating
39 39
         $isbn = preg_replace('#[^0-9X]#', '', $isbn);
40
-        if(strlen($isbn) !== 13) {
40
+        if (strlen($isbn) !== 13) {
41 41
             throw new \DomainException('ISBN-13 format error');
42 42
         }
43 43
 
Please login to merge, or discard this patch.