Skip to content

Commit

Permalink
Fix CS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 21, 2014
1 parent e2b5e62 commit 6de2ba1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Core/functions.php
Expand Up @@ -15,10 +15,12 @@
use Cake\Core\Configure;

if (!defined('DS')) {
/**
* Define DS as short form of DIRECTORY_SEPARATOR.
*/

/**
* Define DS as short form of DIRECTORY_SEPARATOR.
*/
define('DS', DIRECTORY_SEPARATOR);

}

if (!function_exists('h')) {
Expand Down

0 comments on commit 6de2ba1

Please sign in to comment.