Skip to content

Commit

Permalink
Merge pull request #30 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
Release version 2.0.4
  • Loading branch information
nguyenanhung authored Aug 1, 2021
2 parents e747fa5 + ff354d7 commit 55edc4d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"monolog/monolog": "^2.2",
"monolog/monolog": "^2.3",
"cocur/slugify": "^4.0",
"theseer/directoryscanner": "^1.3",
"symfony/filesystem": "^5.2"
"symfony/filesystem": "^5.3 || ^4.4"
},
"suggest": {
"ext-curl": "Needed to support cURL",
Expand Down
10 changes: 5 additions & 5 deletions src/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct()
/**
* Hàm lấy trạng thái Debug
*
* @return bool|mixed
* @return bool
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:52
*
Expand Down Expand Up @@ -89,7 +89,7 @@ public function setDebugStatus($debug = FALSE)
/**
* Hàm get Level lưu log cho toàn hệ thống
*
* @return mixed|null|string
* @return null|string
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:53
*
Expand Down Expand Up @@ -123,7 +123,7 @@ public function setGlobalLoggerLevel($globalLoggerLevel = NULL)
/**
* Hàm lấy thư mục lưu log - main Path
*
* @return mixed|null|string
* @return null|string
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:55
*
Expand All @@ -136,7 +136,7 @@ public function getLoggerPath()
/**
* Hàm lấy thư mục lưu log - sub Path
*
* @return mixed|null|string
* @return null|string
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:56
*
Expand Down Expand Up @@ -187,7 +187,7 @@ public function setLoggerSubPath($sub_path = '')
/**
* Hàm lấy tên file Log
*
* @return mixed|string
* @return string|null
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:57
*
Expand Down
2 changes: 1 addition & 1 deletion src/DebugInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function setLoggerSubPath($sub_path = '');
* @author: 713uk13m <[email protected]>
* @time : 10/17/18 09:57
*
* @return mixed|string
* @return mixed|string|null
*/
public function getLoggerFilename();

Expand Down
2 changes: 1 addition & 1 deletion src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface ProjectInterface
{
const VERSION = '2.0.3';
const VERSION = '2.0.4';

/**
* Hàm lấy thông tin phiên bản Packages
Expand Down

0 comments on commit 55edc4d

Please sign in to comment.