浏览代码

Fix CS error.

ADmad 11 年之前
父节点
当前提交
6de2ba1611
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/Core/functions.php

+ 5 - 3
src/Core/functions.php

@@ -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')) {