Skip to content

Commit

Permalink
Fix incorrect tag for EntityInterface::getSource()
Browse files Browse the repository at this point in the history
  • Loading branch information
o0h committed Jan 6, 2018
1 parent 28400cb commit e54c48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityInterface.php
Expand Up @@ -36,7 +36,7 @@
* @method $this setAccess($property, $set)
* @method bool isAccessible($property)
* @method $this setSource($source)
* @method array getSource()
* @method string getSource()
* @method array extractOriginal(array $properties)
* @method array extractOriginalChanged(array $properties)
*
Expand Down

0 comments on commit e54c48b

Please sign in to comment.