Completed
Pull Request — master (#53)
by Richard van
04:39 queued 01:23
created
src/Micrometa/Domain/Item/PropertyList.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Return whether a property exists
171 171
      *
172
-     * @param \stdClass|Iri|string $iri IRI
172
+     * @param Iri $iri IRI
173 173
      *
174 174
      * @return boolean Property exists
175 175
      */
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * Set a particular property
245 245
      *
246
-     * @param \stdClass|Iri|string $iri IRI
246
+     * @param Iri $iri IRI
247 247
      * @param array $value              Property values
248 248
      */
249 249
     public function offsetSet($iri, $value)
Please login to merge, or discard this patch.
src/Micrometa/Infrastructure/Logger/ExceptionLogger.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@  discard block
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * Constructor
60
+     * @param integer $threshold
60 61
      */
61 62
     public function __construct($threshold = Logger::ERROR)
62 63
     {
@@ -71,7 +72,7 @@  discard block
 block discarded – undo
71 72
      * @param  string $message The log message
72 73
      * @param  array $context  The log context
73 74
      *
74
-     * @return Boolean Whether the record has been processed
75
+     * @return boolean|null Whether the record has been processed
75 76
      * @throws \Exception Exception that occured
76 77
      * @throws \RuntimeException Log message as exception
77 78
      */
Please login to merge, or discard this patch.