Completed
Push — master ( d38b3c...eb7d51 )
by Joschi
03:10
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/Tests/Application/ExtractorTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     {
70 70
         parent::setUpBeforeClass();
71 71
         self::$microformatsTests = \ComposerLocator::getPath('mf2/tests').DIRECTORY_SEPARATOR.'tests'.
72
-                                   DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
72
+                                    DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
73 73
     }
74 74
 
75 75
     /**
Please login to merge, or discard this patch.