mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Codesniffer compliant: if, for and while
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* @return some value on success.
|
||||
*/
|
||||
|
||||
defined('BASEPATH') || exit('No direct script access allowed');
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
/**
|
||||
* @class Rest_server
|
||||
|
||||
Reference in New Issue
Block a user