Fix qodana

This commit is contained in:
Laurent Destailleur 2023-02-20 02:37:11 +01:00
parent 6da47ea49b
commit 08e78f77bd
2 changed files with 3 additions and 3 deletions

View File

@ -137,8 +137,8 @@ class DolLogsCollector extends MessagesCollector
/** /**
* Get logs * Get logs
* *
* @param string $path Path * @param string $path Path
* @return array * @return void
*/ */
public function getStorageLogs($path) public function getStorageLogs($path)
{ {

View File

@ -71,7 +71,7 @@ class DolibarrDebugBar extends DebugBar
/** /**
* Returns a JavascriptRenderer for this instance * Returns a JavascriptRenderer for this instance
* *
* @return string String content * @return DebugBar\JavascriptRenderer String content
*/ */
public function getRenderer() public function getRenderer()
{ {