Skip to content

Commit 83bfc5f

Browse files
authored
Merge pull request #174 from laminas/2.30.x-merge-up-into-2.31.x_zfrMerWR
Merge release 2.30.1 into 2.31.x
2 parents 0acb2b6 + b7d217b commit 83bfc5f

File tree

2 files changed

+29
-113
lines changed

2 files changed

+29
-113
lines changed

composer.lock

Lines changed: 26 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Explode.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Explode extends AbstractValidator implements ValidatorPluginManagerAwareIn
2929
/** @var array */
3030
protected $messageVariables = [];
3131

32-
/** @var string */
32+
/** @var non-empty-string */
3333
protected $valueDelimiter = ',';
3434

3535
/** @var ValidatorInterface|null */
@@ -41,7 +41,7 @@ class Explode extends AbstractValidator implements ValidatorPluginManagerAwareIn
4141
/**
4242
* Sets the delimiter string that the values will be split upon
4343
*
44-
* @param string $delimiter
44+
* @param non-empty-string $delimiter
4545
* @return $this
4646
*/
4747
public function setValueDelimiter($delimiter)
@@ -53,7 +53,7 @@ public function setValueDelimiter($delimiter)
5353
/**
5454
* Returns the delimiter string that the values will be split upon
5555
*
56-
* @return string
56+
* @return non-empty-string
5757
*/
5858
public function getValueDelimiter()
5959
{

0 commit comments

Comments
 (0)