diff -r ff6cf3fc5f40 -r 3fccf43160a7 server/src/app/Repositories/DocumentRepository.php --- a/server/src/app/Repositories/DocumentRepository.php Wed Sep 28 15:58:18 2016 +0200 +++ b/server/src/app/Repositories/DocumentRepository.php Wed Sep 28 17:24:02 2016 +0200 @@ -7,7 +7,7 @@ public function all(); - public function get($id, bool $short = false); + public function get($id, $short = false); public function save(Document $doc);