Skip to content

Commit f296300

Browse files
committed
container variable changed to fm_container && version added to function
1 parent f8b988c commit f296300

File tree

2 files changed

+109
-72
lines changed

2 files changed

+109
-72
lines changed

src/FileManager.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class FileManager
1414
* Enable the error handler
1515
*
1616
* @param array $fm_config
17+
*
18+
* @since 1.0.0
1719
*/
1820
public function __construct($fm_config = [])
1921
{
@@ -22,15 +24,15 @@ public function __construct($fm_config = [])
2224
}
2325

2426
/**
25-
*
27+
* @since 1.0.0
2628
*/
2729
private function _init()
2830
{
2931
$this->_initPlugins();
3032
}
3133

3234
/**
33-
*
35+
* @since 1.0.0
3436
*/
3537
private function _initPlugins()
3638
{
@@ -46,6 +48,7 @@ private function _initPlugins()
4648
* @param Response $fm_response
4749
*
4850
* @return Response
51+
* @since 1.0.0
4952
*/
5053
private function _send(Response $fm_response)
5154
{
@@ -59,6 +62,7 @@ private function _send(Response $fm_response)
5962
*
6063
* @return Response
6164
* @throws InvalidArgumentException
65+
* @since 1.0.0
6266
*/
6367
public function run()
6468
{

0 commit comments

Comments
 (0)