Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
* 2.3:
  Fixed mistake in upgrade docu
  Container::camelize also takes backslashes into consideration
  fixed typos
  fixed @ExpectedException class names
  fixed some typos
  fixed @ExpectedException class names
  Typo and better wording for german validator translation
  • Loading branch information
fabpot committed Nov 26, 2013
2 parents fb8ee0a + fc0fbd5 commit 72356bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expression/Expression.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function isGlob()
public function getGlob() public function getGlob()
{ {
if (self::TYPE_GLOB !== $this->value->getType()) { if (self::TYPE_GLOB !== $this->value->getType()) {
throw new \LogicException('Regex cant be transformed to glob.'); throw new \LogicException('Regex can\'t be transformed to glob.');
} }


return $this->value; return $this->value;
Expand Down

0 comments on commit 72356bf

Please sign in to comment.