]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotFoundException.php
respective book and chapter structure added.
[bookstack] / app / Exceptions / NotFoundException.php
index af85ee4c9a2ffe3768748758946cdade32dc29b5..016ee597f5528adeed9e40095bb3138777a30de0 100644 (file)
@@ -1,11 +1,11 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 class NotFoundException extends PrettyException
 {
-
     /**
      * NotFoundException constructor.
-     * @param string $message
      */
     public function __construct($message = 'Item not found')
     {