]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
Apply fixes from StyleCI
[bookstack] / app / Entities / Models / Chapter.php
index 1810685335bf6910dc2486eb6410fa47e88edcca..fd818b703736b9fe9e7bacd0f67fc5848e94a47c 100644 (file)
@@ -1,9 +1,12 @@
-<?php namespace BookStack\Entities\Models;
+<?php
+
+namespace BookStack\Entities\Models;
 
 use Illuminate\Support\Collection;
 
 /**
- * Class Chapter
+ * Class Chapter.
+ *
  * @property Collection<Page> $pages
  * @property mixed description
  */
@@ -16,7 +19,9 @@ class Chapter extends BookChild
 
     /**
      * Get the pages that this chapter contains.
+     *
      * @param string $dir
+     *
      * @return mixed
      */
     public function pages($dir = 'ASC')