Browse Source

Fixed another CS error

Jose Lorenzo Rodriguez 11 years ago
parent
commit
fbb974e8ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/I18n/Formatter/IcuFormatterTest.php

+ 1 - 1
tests/TestCase/I18n/Formatter/IcuFormatterTest.php

@@ -93,7 +93,7 @@ class IcuFormatterTest extends TestCase {
  * 
  * @expectedException Aura\Intl\Exception\CannotInstantiateFormatter
  * @return void
- */ 
+ */
 	public function testBadMessageFormat() {
 		$formatter = new IcuFormatter();
 		$formatter->format('en_US', '{crazy format', ['some', 'vars']);