Skip to content

Commit

Permalink
Update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and OskarStark committed Nov 3, 2020
1 parent ee0bc0e commit 3a01b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapper/Builder/OptionsBuilder.php
Expand Up @@ -26,7 +26,7 @@ final class OptionsBuilder
private $options = [];

/**
* @var string
* @var string|null
*/
private $type;

Expand Down
2 changes: 2 additions & 0 deletions src/Model/BaseManager.php
Expand Up @@ -144,6 +144,8 @@ protected function getRepository()

/**
* @throws \InvalidArgumentException
*
* @return void
*/
protected function checkObject($object)
{
Expand Down

0 comments on commit 3a01b81

Please sign in to comment.