Codesniffer compliant: if, for and while

This commit is contained in:
paolo
2016-05-20 13:04:25 +02:00
parent cd10d96c91
commit 6b1968ae5b
305 changed files with 1389 additions and 1389 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
if (! defined('BASEPATH')) exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
if (! defined('BASEPATH')) exit('No direct script access allowed');
echo "\nDatabase error: ",
$heading,
@@ -1,4 +1,4 @@
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
<?php if (! defined('BASEPATH')) exit('No direct script access allowed'); ?>
An uncaught Exception was encountered
@@ -1,5 +1,5 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
if (! defined('BASEPATH')) exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
+1 -1
View File
@@ -1,4 +1,4 @@
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
<?php if (! defined('BASEPATH')) exit('No direct script access allowed'); ?>
A PHP Error was encountered