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

Commit

Permalink
Merge branch 'hotfix/fluent-interfaces'
Browse files Browse the repository at this point in the history
Close #34
  • Loading branch information
weierophinney committed Feb 16, 2017
2 parents ee846ef + 5594292 commit 5f4c300
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 68 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"zendframework/zend-i18n": "^2.6",
"zendframework/zend-json": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"phpunit/PHPUnit": "^5.7 || ^6.0",
"phpunit/phpunit": "^5.7 || ^6.0",
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {
Expand Down
69 changes: 34 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Config.php
Expand Up @@ -324,7 +324,7 @@ public function offsetUnset($offset)
* - Items in $merge with STRING keys will overwrite current values.
*
* @param Config $merge
* @return Config
* @return self
*/
public function merge(Config $merge)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Processor/Constant.php
Expand Up @@ -49,7 +49,7 @@ public function getUserOnly()
* Should we use only user-defined constants?
*
* @param bool $userOnly
* @return Constant
* @return self
*/
public function setUserOnly($userOnly)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Processor/Filter.php
Expand Up @@ -32,7 +32,7 @@ public function __construct(ZendFilter $filter)

/**
* @param ZendFilter $filter
* @return Filter
* @return self
*/
public function setFilter(ZendFilter $filter)
{
Expand Down

0 comments on commit 5f4c300

Please sign in to comment.