chore: Add php code sniffer github check (#1066)

This commit is contained in:
Attila Kerekes
2022-12-11 10:58:58 +00:00
committed by GitHub
parent d910f8e4f7
commit 5eb1f55b82
13 changed files with 36 additions and 16 deletions

View File

@@ -41,11 +41,10 @@ class ItemRestController extends Controller
/**
* Show the form for creating a new resource.
*
* @return Response
* @return void
*/
public function create()
{
}
/**