We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c00e28 commit 3d5efdeCopy full SHA for 3d5efde
src/Task/StaticCacheFullBuildTask.php
@@ -105,11 +105,11 @@ public function run($request)
105
}
106
107
/**
108
- * @deprecated 6.3.0 Will be replaced with new $output parameter in the run() method
+ * @deprecated 6.3.0 Will be replaced with new $output parameter in the run() method in a future major release
109
*/
110
protected function log($message)
111
{
112
- Deprecation::notice('6.3.0', 'Will be replaced with new $output parameter in the run() method');
+ Deprecation::notice('6.3.0', 'Will be replaced with new $output parameter in the run() method in a future major release');
113
$newLine = Director::is_cli() ? PHP_EOL : '<br>';
114
echo $message . $newLine;
115
0 commit comments