Revert "Used ternary operator instead of "or" for constant definition"

This reverts commit 2bb6f13505.
This commit is contained in:
Alexander Makarov
2014-03-06 01:56:51 +04:00
parent 7bc181ce44
commit 386979d6a3
38 changed files with 105 additions and 105 deletions

View File

@@ -8,7 +8,7 @@
* @license http://www.yiiframework.com/license/
*/
defined('YII_DEBUG') ?: define('YII_DEBUG', false);
defined('YII_DEBUG') or define('YII_DEBUG', false);
$composerAutoload = [
__DIR__ . '/vendor/autoload.php', // standalone with "composer install" run