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

Commit

Permalink
Merge pull request #6062 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 30, 2014
2 parents ee4b5ce + 66eb64a commit cd42113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Dom/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 library/Zend/Dom/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 cd42113

Please sign in to comment.