[General] Fix codestyle violations identified by PHP CodeSniffer

Review Request #80 — Created March 28, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
Fix most issues identified by phpcs. Remaining ones are line length issues that can't be easily solved and some issues in DBConTest which I can't be bothered to fix since it's going for good soon anyway.
Unit Tests
src/Lunr/Core/FrontController.php
src/Lunr/Core/Tests/AutoloaderTest.php
src/Lunr/Core/Tests/FrontControllerDispatchTest.php
src/Lunr/Core/Tests/FrontControllerGetTest.php
src/Lunr/Core/Tests/LocatorTest.php
src/Lunr/Core/Tests/MockController.php
src/Lunr/Core/Tests/PSR0TestFile.php
src/Lunr/DataAccess/DMLQueryBuilderInterface.php
src/Lunr/DataAccess/DatabaseDMLQueryBuilder.php
src/Lunr/DataAccess/MySQLDMLQueryBuilder.php
src/Lunr/DataAccess/PhysicalFilesystemAccessObject.php
src/Lunr/DataAccess/QueryEscaperInterface.php
src/Lunr/DataAccess/Tests/DatabaseDMLQueryBuilderBaseTest.php
src/Lunr/DataAccess/Tests/DatabaseDMLQueryBuilderEscapeValuesTest.php
src/Lunr/DataAccess/Tests/DatabaseDMLQueryBuilderQueryPartsTest.php
src/Lunr/DataAccess/Tests/MySQLDMLQueryBuilderConditionTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectDirectoryTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectFileTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectFindTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectListDirectoriesTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectListFilesTest.php
src/Lunr/DataAccess/Tests/PhysicalFilesystemAccessObjectTest.php
src/Lunr/L10n/L10n.php
src/Lunr/L10n/L10nTrait.php
src/Lunr/Sphere/SessionDAO.php
src/Lunr/Sphere/Tests/SessionDAOTest.php
src/Lunr/Vortex/GCM.php
Loading...