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

Commit

Permalink
Merge pull request zendframework/zendframework#1 from wryck7/ZendHydr…
Browse files Browse the repository at this point in the history
…ator

CS fixes
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
"dev-master": "2.1-dev",
"dev-develop": "2.2-dev"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion test/CrudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function testIllegalUpdate()
}
$this->getLDAP()->delete($dn);
if (!$exThrown) {
$this->fail('no exception thrown while illegaly updating entry');
$this->fail('no exception thrown while illegally updating entry');
}
} catch (Exception\LdapException $e) {
$this->fail($e->getMessage());
Expand Down

0 comments on commit 3ee1aa8

Please sign in to comment.