Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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