Add Newlines

Appended newlines to every PHP document that did not have a newline as the last character in the file.
This commit is contained in:
Zander Baldwin
2013-05-05 17:04:55 +01:00
parent 309c581219
commit 4be9e195c2
96 changed files with 96 additions and 96 deletions

View File

@ -25,4 +25,4 @@ class EmailValidatorTest extends TestCase
$this->assertTrue($validator->validateValue('sam@rmcreative.ru'));
$this->assertFalse($validator->validateValue('test@example.com'));
}
}
}