Skip to content

Commit

Permalink
use the constant
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 12, 2018
1 parent e43b4dc commit 857484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/PhpInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function contentHtml(): string
private static function _phpInfo(): array
{
ob_start();
phpinfo(-1);
phpinfo(INFO_ALL);
$phpInfoStr = ob_get_clean();

$replacePairs = [
Expand Down

0 comments on commit 857484c

Please # to comment.