1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-04 18:18:16 +03:00
Go to file
Evan Purkhiser bc28977d65 Cleanup coding style to conform to Kohana CS
- Added variable names to just about all @param tags
 - Ensured proper alignment in doc block comments
 - Ensured proper file spacing and trimmed all trailing whitespace
 - Corrected improper languge construct formats (eg if () not if())
 - Corrected some assignment operator alignment
 - A few spelling corrections
 - All classes pass `phpcs --Standard=Kohana` (asside from tests)
2012-10-24 04:08:09 -04:00
classes Cleanup coding style to conform to Kohana CS 2012-10-24 04:08:09 -04:00
config/minion Cleanup coding style to conform to Kohana CS 2012-10-24 04:08:09 -04:00
tests fixing comments in unittests 2011-07-19 11:37:34 -07:00
views/minion/task/migrations Cleanup coding style to conform to Kohana CS 2012-10-24 04:08:09 -04:00
.gitignore adding .gitignore file 2011-01-29 05:17:54 +08:00