Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Removed static typing
Removed static typing. It caused some build tests to fail.

Co-authored-by: Daniel <[email protected]>
Signed-off-by: Mateus de Lima Oliveira <[email protected]>
  • Loading branch information
ativarsoft and kesselb authored Sep 15, 2022
commit 42a7d5fcb0bc01336bd632bcbffb3d4ca3c41180
2 changes: 1 addition & 1 deletion lib/private/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Config {
/** @var bool */
protected $isReadOnly;
/** @var int */
protected $lastChecksum : int;
protected $lastChecksum;

/**
* @param string $configDir Path to the config dir, needs to end with '/'
Expand Down