File tree Expand file tree Collapse file tree 2 files changed +109
-72
lines changed Expand file tree Collapse file tree 2 files changed +109
-72
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ class FileManager
14
14
* Enable the error handler
15
15
*
16
16
* @param array $fm_config
17
+ *
18
+ * @since 1.0.0
17
19
*/
18
20
public function __construct ($ fm_config = [])
19
21
{
@@ -22,15 +24,15 @@ public function __construct($fm_config = [])
22
24
}
23
25
24
26
/**
25
- *
27
+ * @since 1.0.0
26
28
*/
27
29
private function _init ()
28
30
{
29
31
$ this ->_initPlugins ();
30
32
}
31
33
32
34
/**
33
- *
35
+ * @since 1.0.0
34
36
*/
35
37
private function _initPlugins ()
36
38
{
@@ -46,6 +48,7 @@ private function _initPlugins()
46
48
* @param Response $fm_response
47
49
*
48
50
* @return Response
51
+ * @since 1.0.0
49
52
*/
50
53
private function _send (Response $ fm_response )
51
54
{
@@ -59,6 +62,7 @@ private function _send(Response $fm_response)
59
62
*
60
63
* @return Response
61
64
* @throws InvalidArgumentException
65
+ * @since 1.0.0
62
66
*/
63
67
public function run ()
64
68
{
You can’t perform that action at this time.
0 commit comments