Skip to content

Commit

Permalink
[Jobs] removes @use anntotations. This causes an error in doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed May 8, 2015
1 parent 5e51ea0 commit ec7e97c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/Jobs/src/Jobs/Entity/AtsMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class AtsMode extends AbstractEntity implements AtsModeInterface
* @param null $uriOrEmail Provide the URI for MODE_URI or the email address for MODE_EMAIL.
* Is not used for MODE_INTERN and MODE_NONE.
*
* @use setMode()
* @use setUri()
* @use setEmail
* use setMode()
* use setUri()
* use setEmail()
* @throws \InvalidArgumentException if invalid mode is passed.
*/
public function __construct($mode = self::MODE_INTERN, $uriOrEmail = null)
Expand Down

0 comments on commit ec7e97c

Please sign in to comment.