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

Commit

Permalink
Merge pull request zendframework/zendframework#6062 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 30, 2014
2 parents b3b3e70 + ba78539 commit 2167dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Document/NodeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function offsetGet($key)
*
* @param mixed $key
* @param mixed $value
* @throws Exception\BadMethodCallException when attemptingn to write to a read-only item
* @throws Exception\BadMethodCallException when attempting to write to a read-only item
*/
public function offsetSet($key, $value)
{
Expand All @@ -151,7 +151,7 @@ public function offsetSet($key, $value)
* ArrayAccess: unset offset
*
* @param mixed $key
* @throws Exception\BadMethodCallException when attemptingn to unset a read-only item
* @throws Exception\BadMethodCallException when attempting to unset a read-only item
*/
public function offsetUnset($key)
{
Expand Down
4 changes: 2 additions & 2 deletions src/NodeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function offsetGet($key)
*
* @param mixed $key
* @param mixed $value
* @throws Exception\BadMethodCallException when attemptingn to write to a read-only item
* @throws Exception\BadMethodCallException when attempting to write to a read-only item
*/
public function offsetSet($key, $value)
{
Expand All @@ -206,7 +206,7 @@ public function offsetSet($key, $value)
* ArrayAccess: unset offset
*
* @param mixed $key
* @throws Exception\BadMethodCallException when attemptingn to unset a read-only item
* @throws Exception\BadMethodCallException when attempting to unset a read-only item
*/
public function offsetUnset($key)
{
Expand Down

0 comments on commit 2167dc1

Please sign in to comment.