Skip to content

Conversation

simensen
Copy link
Contributor

In reference to mailing list conversation: https://groups.google.com/d/msg/php-fig/SJTL1ec46II/3DpYEzJ6Gz8J

  • Ensure namespace prefix has a trailing \ to ensure incorrect matches do not happen.
    (avoids Foo\Bar matching class Foo\BarBaz)
  • Removed unneeded return statements.

 * Ensure namespace prefix has a trailing `\` to ensure incorrect matches do not happen.
   (avoids `Foo\Bar` matching class `Foo\BarBaz`)
 * Removed unneeded `return` statements.
philsturgeon pushed a commit that referenced this pull request May 16, 2013
Fix Project-Specific Implementation example
@philsturgeon philsturgeon merged commit 34048ed into php-fig:master May 16, 2013
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.

2 participants