Skip to content

Commit

Permalink
Fix typo in performance recommender (#317)
Browse files Browse the repository at this point in the history
impacton -> impact on
  • Loading branch information
PeeHaa authored Sep 9, 2020
1 parent 48abd17 commit c25a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/PerformanceRecommender.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function onStart(HttpServer $server): Promise
} else {
if (\ini_get("zend.assertions") === "1") {
$logger->warning(
"Running in production with assertions enabled is not recommended; it has a negative impact" .
"Running in production with assertions enabled is not recommended; it has a negative impact " .
"on performance. Disable assertions in php.ini (zend.assertions = -1) for best performance " .
"or set the debug mode option to hide this warning."
);
Expand Down

0 comments on commit c25a05e

Please sign in to comment.