Skip to content

Commit fed16ee

Browse files
authored
Merge pull request #631 from samnela/patch-1
The opening brace must go on its own line
2 parents cec7d03 + 424d9d2 commit fed16ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

distribution/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ class Book
271271
*/
272272
public $reviews;
273273

274-
public function __construct() {
274+
public function __construct()
275+
{
275276
$this->reviews = new ArrayCollection();
276277
}
277278

0 commit comments

Comments
 (0)