]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Controller.php
Fixed occurances of altered titles in search results
[bookstack] / app / Http / Controllers / Controller.php
index df450d051af79f697a0d32e867cebabf56bf9b4f..047e0bed944ba0509ab88c841686acfd2d990809 100644 (file)
@@ -165,7 +165,7 @@ abstract class Controller extends BaseController
     /**
      * Log an activity in the system.
      *
-     * @param string|Loggable
+     * @param $detail string|Loggable
      */
     protected function logActivity(string $type, $detail = ''): void
     {