We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8986330 commit 7b98433Copy full SHA for 7b98433
src/Web.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: Upload handler (last modified: 2023.09.19).
+ * This file: Upload handler (last modified: 2023.09.26).
12
*/
13
14
namespace phpMussel\Web;
@@ -51,7 +51,7 @@ class Web
51
private $Attache = '';
52
53
/**
54
- * Construct the loader.
+ * Construct the upload handler.
55
56
* @param \phpMussel\Core\Loader $Loader The instantiated loader object, passed by reference.
57
* @param \phpMussel\Core\Scanner $Scanner The instantiated scanner object, passed by reference.
0 commit comments