Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Ibrows #90

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Ibrows #90

wants to merge 7 commits into from

Conversation

mikemeier
Copy link

  • Reformat all /src files (PSR compatible)
  • Add DocBlocks
  • Allow to create PHPDocBlocks without wordwrap (usefull for @return statements because IDE autocomplete feature will break if the type is on a new line)
  • Will close newline in phpdoc #71

@@ -17,7 +17,7 @@
);

protected $namespaces = array(
'http://www.w3.org/2001/XMLSchema' => '',
'http://www.w3.org/2001/XMLSchema' => '',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be honest i never liked the arrays with the dynamic spacing... (it is not convenient if you add a new entry and the entry is longer the the previously longest)
Btw it is not PSR mandatory.

I prefer the current array initialization

@goetas
Copy link
Owner

goetas commented Aug 17, 2015

Except of some minor changes, the PR looks good. Tnx!

@goetas
Copy link
Owner

goetas commented Aug 17, 2015

Most probably I need do define and publish some rules (as example the coding standard to use...).

Will try to do int in the next weeks

@goetas goetas mentioned this pull request Aug 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

newline in phpdoc
2 participants