partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 71d3d99154ea92efddf7982c9499a109605abae9
parent e176720c9c4fc673288610ffe41b619fa5fc35a1
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 12 Sep 2015 18:46:52 +0200

Added newline at the end of the file, added all exceptions to the php docblock

Diffstat:
Msrc/PartKeepr/CategoryBundle/Action/MoveAction.php | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/PartKeepr/CategoryBundle/Action/MoveAction.php b/src/PartKeepr/CategoryBundle/Action/MoveAction.php @@ -51,7 +51,7 @@ class MoveAction * * @return array|\Dunglas\ApiBundle\Model\PaginatorInterface|\Traversable * - * @throws RuntimeException|RootNodeNotFoundException + * @throws RuntimeException|RootNodeNotFoundException|RootMayNotBeMovedException|MissingParentCategoryException */ public function __invoke(Request $request, $id) { @@ -78,4 +78,4 @@ class MoveAction return new Response($request->request->get("parent")); } -}- \ No newline at end of file +}