Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 11, 2021
1 parent 8778d28 commit a599dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mvc/ModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function setConnectionService(string $connectionService): void;
* constants
*
* @param int $dirtyState
* @return 0|ModelInterface
* @return bool|ModelInterface
*/
public function setDirtyState(int $dirtyState);

Expand Down

0 comments on commit a599dee

Please sign in to comment.