You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPressVIPMinimum/Sniffs/Performance/LowExpiryCacheTimeSniff.php
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,10 @@ public function process_parameters( $stackPtr, $group_name, $matched_content, $p
77
77
$reportPtr = null;
78
78
$openParens = 0;
79
79
80
+
$message = 'Cache expiry time could not be determined. Please inspect that the fourth parameter passed to %s() evaluates to 300 seconds or more. Found: "%s"';
@@ -151,9 +155,7 @@ public function process_parameters( $stackPtr, $group_name, $matched_content, $p
151
155
}
152
156
153
157
// Encountered an unexpected token. Manual inspection needed.
154
-
$message = 'Cache expiry time could not be determined. Please inspect that the fourth parameter passed to %s() evaluates to 300 seconds or more. Found: "%s"';
0 commit comments