Completed
Pull Request — master (#6)
by
unknown
01:48
created
src/Fetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             }
82 82
 
83 83
             if ($publishedDate == false) {
84
-                throw new \Exception('Was not hable to parse publishedDate: ' . $item['volumeInfo']['publishedDate']);
84
+                throw new \Exception('Was not hable to parse publishedDate: '.$item['volumeInfo']['publishedDate']);
85 85
             }
86 86
 
87 87
         }
Please login to merge, or discard this patch.