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

@ -103,4 +103,4 @@ class AccessControl extends ActionFilter
throw new HttpException(403, Yii::t('yii|You are not allowed to perform this action.'));
}
}
}
}