Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix PhpDoc, assignment can be null (#16)
Browse files Browse the repository at this point in the history
* Fix PhpDoc, assignment can be null

* Update crisu83/overseer package
  • Loading branch information
hungneox authored May 25, 2018
1 parent 3ef615d commit c6acb65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Contracts/RbacService.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function updateAssignment(Subject $subject, array $roles);
/**
* @param Subject $subject
*
* @return Assignment
* @return Assignment|null
*/
public function getAssignment(Subject $subject);

Expand Down

0 comments on commit c6acb65

Please sign in to comment.