summaryrefslogtreecommitdiffstats
path: root/src/Utils/Error.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Error.php')
-rw-r--r--src/Utils/Error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Error.php b/src/Utils/Error.php
index 484da5c..789da0e 100644
--- a/src/Utils/Error.php
+++ b/src/Utils/Error.php
@@ -26,7 +26,7 @@ class Error
* `$err[1]` holds the error code.
* `$err[2]` holds the string that caused the issue.
* `$err[3]` holds the position of the string.
- * (i.e. `array($msg, $code, $str, $pos)`)
+ * (i.e. `[$msg, $code, $str, $pos]`)
*/
public static function get($objs)
{