|
@@ -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.