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

Commit

Permalink
Merge branch 'hotfix/3827'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 5, 2013
178 parents e7209df + 87630e0 + df43daf + f7d6cbb + 7e2b798 + 3ed1ead + 87505b6 + c229265 + eb61c8f + efcb00e + 0a0842f + b6d0c88 + 7edee62 + 60ea64c + a08bcca + b40ec3e + 63172ed + 448f428 + 92a516a + 5ecbc99 + a2df21b + 4de87f2 + 7c259ec + a22bdcb + 084ad9f + 9414e5a + 489be93 + cb39e7e + 54a28dc + c9c769e + dda791d + 70d382a + 8bbad0e + 9321185 + 7ab35a6 + b93694e + 3ea7087 + 0fe3d3a + bd5e189 + d1cba17 + 8d75392 + 3fb5b55 + 6cb0ccb + 30aa565 + 8409977 + 8074ba0 + 8f92486 + 94860d1 + 05d33c4 + 425826b + f0e91f0 + e31468f + 7d2af87 + 2e4dc80 + 19d128f + 1b9e4b2 + 1c46483 + fdda3f2 + 595fcd1 + 213395c + 8e514a8 + 2f30186 + bb4ed65 + 132d5b6 + 030ff33 + f2f20f3 + a50e133 + 4c554ee + dbfb1b8 + ccab83f + 00b350f + 78945d0 + f0e5f4b + ceb7d8c + 9e124d1 + 3de5912 + b6a974a + 10a6438 + cb6c1e7 + 18afd6c + 3baf1bd + c800904 + f52dcb8 + 126ccb2 + e7d6206 + e2d24ab + ec1abfc + 290ea90 + 9f4ca1b + edaa760 + c4c0c95 + d21f055 + 5b18029 + e6b97af + 010fb36 + 64c7b8d + 636523e + 4cc2cd6 + e34098a + 16367cd + 943c77f + 8226e5b + 0b47726 + 3cd8a03 + cc4782c + 9c653a6 + 656dbe5 + 9bce1ba + 7dc18ca + 861130d + 2d2ffbd + 4f413a5 + 2e1067a + 1d082e4 + e8aeb79 + b562091 + ff2fdc3 + 4aa72c0 + 1bb67ac + cd015c8 + 5e89910 + 0c21258 + dd54faf + 57f9063 + b88ce2e + af68643 + 06cd3b4 + 2c71b71 + ee02c35 + 9456314 + 5a77a7b + e98a077 + 738f2e6 + cb1e63c + 736df07 + d0a0154 + 990523c + 78687de + a5b6e79 + 6e9dfe9 + e201a1c + d9b45ef + 76222ad + 16d67da + 1ab2258 + b81d711 + ed2e9bc + 61efe82 + f353ea5 + 1f02519 + 58c1fe8 + ed502d9 + 2defba6 + 4885013 + 06a8384 + 17d9eed + 3b21b5d + c62101c + 909ef34 + 13d376a + 8a75367 + 98a3cf5 + 270f2c4 + 3038cfa + 1112202 + c8fb359 + 8d37cd0 + 4d868a7 + 555cb91 + 7ac5858 + 8103f1f + 9fe9c96 + a3ecac6 + 10e77c1 + e0d3e13 + 19ad608 + e0d665c + 4e2a1ed commit 1a5b402
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 13 deletions.
3 changes: 3 additions & 0 deletions src/ArrayObject.php
Expand Up @@ -74,6 +74,7 @@ public function __construct($input = array(), $flags = self::STD_PROP_LIST, $ite
/**
* Returns whether the requested key exists
*
* @param mixed $key
* @return boolean
*/
public function __isset($key)
Expand Down Expand Up @@ -276,6 +277,7 @@ public function natsort()
/**
* Returns whether the requested key exists
*
* @param mixed $key
* @return boolean
*/
public function offsetExists($key)
Expand Down Expand Up @@ -315,6 +317,7 @@ public function offsetSet($key, $value)
/**
* Unsets the value at the specified key
*
* @param mixed $key
* @return void
*/
public function offsetUnset($key)
Expand Down
3 changes: 2 additions & 1 deletion src/Hydrator/Filter/MethodMatchFilter.php
Expand Up @@ -23,7 +23,8 @@ class MethodMatchFilter implements FilterInterface
protected $exclude = null;

/**
* @param string $method The method to exclude
* @param string $method The method to exclude or include
* @param bool $exclude If the method should be excluded
*/
public function __construct($method, $exclude = true)
{
Expand Down
1 change: 1 addition & 0 deletions src/Hydrator/Strategy/SerializableStrategy.php
Expand Up @@ -28,6 +28,7 @@ class SerializableStrategy implements StrategyInterface
/**
*
* @param mixed $serializer string or SerializerAdapter
* @param mixed $serializerOptions
*/
public function __construct($serializer, $serializerOptions = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/StringWrapper/AbstractStringWrapper.php
Expand Up @@ -139,7 +139,7 @@ public function convert($str, $reverse = false)
/**
* Wraps a string to a given number of characters
*
* @param string $str
* @param string $string
* @param integer $width
* @param string $break
* @param boolean $cut
Expand Down
3 changes: 0 additions & 3 deletions src/StringWrapper/Iconv.php
Expand Up @@ -225,7 +225,6 @@ public function __construct()
* Returns the length of the given string
*
* @param string $str
* @param string $encoding
* @return int|false
*/
public function strlen($str)
Expand All @@ -239,7 +238,6 @@ public function strlen($str)
* @param string $str
* @param int $offset
* @param int|null $length
* @param string $encoding
* @return string|false
*/
public function substr($str, $offset = 0, $length = null)
Expand All @@ -253,7 +251,6 @@ public function substr($str, $offset = 0, $length = null)
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
* @return int|false
*/
public function strpos($haystack, $needle, $offset = 0)
Expand Down
3 changes: 0 additions & 3 deletions src/StringWrapper/Intl.php
Expand Up @@ -48,7 +48,6 @@ public function __construct()
* Returns the length of the given string
*
* @param string $str
* @param string $encoding
* @return int|false
*/
public function strlen($str)
Expand All @@ -62,7 +61,6 @@ public function strlen($str)
* @param string $str
* @param int $offset
* @param int|null $length
* @param string $encoding
* @return string|false
*/
public function substr($str, $offset = 0, $length = null)
Expand All @@ -76,7 +74,6 @@ public function substr($str, $offset = 0, $length = null)
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
* @return int|false
*/
public function strpos($haystack, $needle, $offset = 0)
Expand Down
3 changes: 0 additions & 3 deletions src/StringWrapper/MbString.php
Expand Up @@ -59,7 +59,6 @@ public function __construct()
* Returns the length of the given string
*
* @param string $str
* @param string $encoding
* @return int|false
*/
public function strlen($str)
Expand All @@ -73,7 +72,6 @@ public function strlen($str)
* @param string $str
* @param int $offset
* @param int|null $length
* @param string $encoding
* @return string|false
*/
public function substr($str, $offset = 0, $length = null)
Expand All @@ -87,7 +85,6 @@ public function substr($str, $offset = 0, $length = null)
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
* @return int|false
*/
public function strpos($haystack, $needle, $offset = 0)
Expand Down
2 changes: 0 additions & 2 deletions src/StringWrapper/StringWrapperInterface.php
Expand Up @@ -64,7 +64,6 @@ public function strlen($str);
* @param string $str
* @param int $offset
* @param int|null $length
* @param string $encoding
* @return string|false
*/
public function substr($str, $offset = 0, $length = null);
Expand All @@ -75,7 +74,6 @@ public function substr($str, $offset = 0, $length = null);
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
* @return int|false
*/
public function strpos($haystack, $needle, $offset = 0);
Expand Down

0 comments on commit 1a5b402

Please sign in to comment.