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

Commit

Permalink
Merge branch 'feature/zend_exception-refactor' of https://github.com/…
Browse files Browse the repository at this point in the history
…Intiilapa/zf2 into feature/zend_exception-refactor
  • Loading branch information
weierophinney committed Apr 28, 2011
12 parents ce398bb + 5b4137d + 8353126 + 1e8c7b8 + a5fd1c1 + 485628f + 4f2f689 + a44cce0 + 4a5aec0 + c931a3d + dbb4a85 + e1a1f9e commit ec487e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Container/AccessController.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public function __get($property)
*
* @param string $property
* @param string $value
* @throws \Zend\Exception
*/
public function __set($property, $value)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Container/Movable.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function __get($property)
*
* @param string $property
* @param string $value
* @throws \Zend\Exception
* @throws Exception\InvalidArgumentException
*/
public function __set($property, $value)
{
Expand Down
1 change: 0 additions & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
namespace Zend\Memory;

/**
* @uses \Zend\Exception
* @category Zend
* @package Zend_Memory
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
1 change: 0 additions & 1 deletion src/MemoryManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public function __destruct()
* Set memory grow limit
*
* @param integer $newLimit
* @throws \Zend\Exception
*/
public function setMemoryLimit($newLimit)
{
Expand Down

0 comments on commit ec487e1

Please sign in to comment.