Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Mar 1, 2016
2 parents 5937c0c + e6a0643 commit 0a862a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Expand Up @@ -8,4 +8,5 @@ engines:
languages:
PHP: true
exclude_paths:
- tests/**/*
- tests/**/*

2 changes: 1 addition & 1 deletion src/mp.php
Expand Up @@ -55,7 +55,7 @@ function setPublicProperties($instance, array $fields)
/**
* Assigns values from array to corresponding properties using setters.
*
* @param object $instance
* @param $instance target object
* @param array $fields
* @return string[] names of successfully assigned properties
*/
Expand Down

0 comments on commit 0a862a5

Please sign in to comment.