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

added missing docblock for "@link", "@copyright", and "@license" and fix wrong namespace according PSR-0 #4978

Closed

Conversation

samsonasik
Copy link
Contributor

I found 54 files that missing docblocks for @link, @copyright, and @license after open tag <?php ( I strip adding at assets for tests files) and fix wrong namespace according PSR-0 at Zend\Db\TableGateway\Feature\StatementOptionsFeature.php


namespace Zend\Db\Table\Feature;
namespace Zend\Db\TableGateway\Feature;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this namespace naming fixed :)

@samsonasik
Copy link
Contributor Author

the travis CI will failure because of trailing_spaces at library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php that comes from latest merged commit e702a42 that fixed at #4977

weierophinney added a commit that referenced this pull request Aug 19, 2013
added missing docblock for "@link", "@copyright", and "@license" and fix wrong namespace according PSR-0

Conflicts:
	library/Zend/Db/TableGateway/Feature/StatementOptionsFeature.php
weierophinney added a commit that referenced this pull request Aug 19, 2013
- indentation
weierophinney added a commit that referenced this pull request Aug 19, 2013
@ghost ghost assigned weierophinney Aug 19, 2013
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
…dd/missing.docblock

added missing docblock for "@link", "@copyright", and "@license" and fix wrong namespace according PSR-0

Conflicts:
	library/Zend/Db/TableGateway/Feature/StatementOptionsFeature.php
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-cache that referenced this pull request May 15, 2015
…dd/missing.docblock

added missing docblock for "@link", "@copyright", and "@license" and fix wrong namespace according PSR-0

Conflicts:
	library/Zend/Db/TableGateway/Feature/StatementOptionsFeature.php
weierophinney added a commit to zendframework/zend-cache that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-cache that referenced this pull request May 15, 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.

2 participants