Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mostly implement psr2 code standards #11

Merged
merged 29 commits into from Dec 23, 2014
Merged

Mostly implement psr2 code standards #11

merged 29 commits into from Dec 23, 2014

Conversation

AD7six
Copy link
Member

@AD7six AD7six commented Dec 23, 2014

There are still warnings related to the use of underscore prefixes - but this should account for everything else (whitespace, brace style multiple classes in the same file etc.).

Related to #2.

The result of running:

	php-cs-fixer fix --level=psr2
The result of:

    php-cs-fixer fix --fixers=phpdoc_indent
Which the fixer can't process since they contain parse errors in their
raw format
    phpcbf --standard=psr2 src/ tests/
* master:
  Fix path in TestTask
  Move the TESTS constant to the bootstrap.php
  Fix CS
  Fix path in FixtureTask
  Fix fixture path in test

Conflicts:
	src/Shell/Task/FixtureTask.php
	src/Shell/Task/TestTask.php
	tests/TestCase/Shell/Task/FixtureTaskTest.php
* master:
  The tests folder is not in APP (src)
Cuased by moving the allowMethod call to be first
App is the src folder, the code was wrong, and this was baking into:

    ROOT/src/tests/whatever

instead of:

    ROOT/tsets/whatever
APP is the src dir, the path tests go in is no src/tests
Not changing namespaces as this time
@AD7six AD7six added this to the 1.0.0 milestone Dec 23, 2014
@AD7six
Copy link
Member Author

AD7six commented Dec 23, 2014

Merging to permit further/incremental changes.

AD7six added a commit that referenced this pull request Dec 23, 2014
Mostly implement psr2 code standards
@AD7six AD7six merged commit bde546d into master Dec 23, 2014
@AD7six AD7six deleted the psr2 branch December 23, 2014 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants