Fix {switch} and ternary operator

This commit is contained in:
bzick
2013-09-05 03:35:02 +04:00
parent 7a84cf4ceb
commit d5ecc1bc20
6 changed files with 60 additions and 25 deletions

View File

@@ -1,6 +1,8 @@
<?php
require_once __DIR__ . "/../vendor/autoload.php";
$loader = include(__DIR__ . "/../vendor/autoload.php");
/* @var Composer\Autoload\ClassLoader $loader */
$loader->add('Fenom', __DIR__.'/cases');
define('FENOM_RESOURCES', __DIR__ . "/resources");