Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit a940be8

Browse files
committed
CS fixes per php-cs-fixer
1 parent 85efa4c commit a940be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/AbstractRestfulController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public function onDispatch(MvcEvent $e)
365365
$return = $this->delete($id);
366366
break;
367367
}
368-
368+
369369
$data = $this->processBodyContent($request);
370370

371371
$action = 'deleteList';

0 commit comments

Comments
 (0)