File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4747 "require-dev" : {
4848 "aws/aws-sdk-php" : " ^3.338.0" ,
4949 "azure-oss/storage-blob-flysystem" : " ^1.2" ,
50- "carthage-software/mago" : " ^ 1.0.0-beta.16 " ,
50+ "carthage-software/mago" : " 1.0.0-beta.24 " ,
5151 "guzzlehttp/psr7" : " ^2.6.1" ,
5252 "league/flysystem-aws-s3-v3" : " ^3.25.1" ,
5353 "league/flysystem-ftp" : " ^3.25.1" ,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ halstead = { enabled = false }
6262prefer-arrow-function = { enabled = false } # enable when references are fixed
6363prefer-first-class-callable = { enabled = false } # enable when arguments are fixed
6464strict-behavior = { allow-loose-behavior = true }
65+ yoda-conditions = { enabled = false }
6566
6667# [analyzer]
6768# override-attribute = { enabled = false } # CONSIDER ENABLING
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ function to_upper_case(Stringable|string $string): string
5151
5252 /**
5353 * Converts the given string to snake case.
54+ *
55+ * @mago-expect lint:require-preg-quote-delimiter
5456 */
5557 function to_snake_case (Stringable |string $ string , Stringable |string $ delimiter = '_ ' ): string
5658 {
You can’t perform that action at this time.
0 commit comments