Completed
Push — v2 ( e198fb...470733 )
by Joschi
04:46
created
src/Micrometa/Domain/Item/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
     /**
145 145
      * Return the item types
146 146
      *
147
-     * @return \stdClass[] Item types
147
+     * @return string[] Item types
148 148
      */
149 149
     public function getType()
150 150
     {
Please login to merge, or discard this patch.
src/Micrometa/Infrastructure/Parser/LinkRel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      * @param string $profile Profile
119 119
      * @param string $attribute Attribute name
120 120
      * @param string $value Attribute value
121
-     * @return array Attribute values
121
+     * @return string[] Attribute values
122 122
      */
123 123
     protected function parseAttributeValue($profile, $attribute, $value)
124 124
     {
Please login to merge, or discard this patch.