Skip to content
Merged
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
adjust stubs
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jun 28, 2023
commit 98eded83e23ff3ec6d448a2a9001764c2d8dd99b
2 changes: 1 addition & 1 deletion tests/stub.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ namespace OC\Core\Command {

namespace OC\Files\ObjectStore {
use OC\Files\Cache\Scanner;
class NoopScanner extends Scanner {}
class ObjectStoreScanner extends Scanner {}
}

namespace Symfony\Component\Console\Helper {
Expand Down