Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Penny committed Aug 3, 2022
1 parent 870a362 commit 756d37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Admin/SearchAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function providePermissions(): array
self::class . '.Category',
'Search Service'
),
]
],
];
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Fake/DataObjectFakePrivate.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DataObjectFakePrivate extends DataObject implements TestOnly
SearchServiceExtension::class,
];

public function canView($member = null)
public function canView(mixed $member = null): bool
{
return false;
}
Expand Down

0 comments on commit 756d37d

Please sign in to comment.