Completed
Pull Request — master (#6)
by Antoine
02:01
created
src/Book.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param string   $language
35 35
      * @param array    $categories
36 36
      */
37
-    public function __construct($title, $subtitle, array $authors, $printType, $pageCount, $publisher, DateTime $publishedDate=null, $publishedDateFormat, $averageRating, $thumbnail, $language, array $categories)
37
+    public function __construct($title, $subtitle, array $authors, $printType, $pageCount, $publisher, DateTime $publishedDate = null, $publishedDateFormat, $averageRating, $thumbnail, $language, array $categories)
38 38
     {
39 39
         $this->title = $title;
40 40
         $this->subtitle = $subtitle;
Please login to merge, or discard this patch.