Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
changes in phpDoc of query method
Browse files Browse the repository at this point in the history
  • Loading branch information
emabassi-ext committed Sep 28, 2022
1 parent 360d75c commit 1d85dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreonDB.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public static function escape($str, $htmlSpecialChars = false)
/**
* Query
*
* @return PDOStatement|null
* @return CentreonDBStatement|false
* @param string $queryString
* @param mixed $parameters
* @param mixed $parametersArgs
Expand Down

0 comments on commit 1d85dd8

Please sign in to comment.