Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Name of the collector is Php.
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Oct 14, 2019
commit d468cd791b811c12ba36300c34f183e8f980c9a9
2 changes: 1 addition & 1 deletion lib/Collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function registerCategories() {
$this->config,
$this->l
);
$this->categories[] = new php(
$this->categories[] = new Php(
$this->phpIni,
$this->l
);
Expand Down