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

Commit dee6775

Browse files
committed
Merge pull request #37 from stof/patch-1
Fixed the phpdoc of the AbstractResult constructor
2 parents 6b95d8a + e498a10 commit dee6775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ZendDiagnostics/Result/AbstractResult.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ abstract class AbstractResult implements ResultInterface
2222
/**
2323
* Create new result
2424
*
25-
* @param null $message
26-
* @param null $data
25+
* @param string|null $message
26+
* @param mixed|null $data
2727
*/
2828
public function __construct($message = null, $data = null)
2929
{

0 commit comments

Comments
 (0)