🔧
This commit is contained in:
@@ -33,14 +33,14 @@ interface DebugLoggerInterface
|
||||
* timestamp_rfc3339: string,
|
||||
* }>
|
||||
*/
|
||||
public function getLogs(Request $request = null);
|
||||
public function getLogs(?Request $request = null);
|
||||
|
||||
/**
|
||||
* Returns the number of errors.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function countErrors(Request $request = null);
|
||||
public function countErrors(?Request $request = null);
|
||||
|
||||
/**
|
||||
* Removes all log records.
|
||||
|
||||
Reference in New Issue
Block a user