Skip to content

Commit

Permalink
[BUGFIX] Remove incorrect throws annotation (TYPO3#355)
Browse files Browse the repository at this point in the history
Exception class doesn't exist,
  • Loading branch information
chriwo authored and Alexander Opitz committed Jan 8, 2018
1 parent 1a5d2e9 commit ea27b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/Variables/VariableProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public function getAll();
* @param string $identifier Identifier of the variable to add
* @param mixed $value The variable's value
* @return void
* @throws Exception\InvalidVariableException
* @api
*/
public function add($identifier, $value);
Expand Down

0 comments on commit ea27b6d

Please sign in to comment.