mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Add type hints for remaining classes
This commit is contained in:
parent
d7718218ad
commit
783c09864f
35 changed files with 212 additions and 210 deletions
|
@ -7,8 +7,8 @@ use function Safe\gmdate;
|
|||
use function Safe\substr;
|
||||
|
||||
class Log{
|
||||
private $RequestId = null;
|
||||
private $LogFilePath = null;
|
||||
private string $RequestId;
|
||||
private ?string $LogFilePath = null;
|
||||
|
||||
public function __construct(?string $logFilePath){
|
||||
// Get a semi-random ID to identify this request within the log.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue