Completed
Push — master ( 470987...2214a8 )
by mw
32:06
created
includes/SemanticData.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
 	 * output, then the Semdata container will at least look as if properly
175 175
 	 * initialised (though empty).
176 176
 	 *
177
-	 * @return array
177
+	 * @return string[]
178 178
 	 */
179 179
 	public function __sleep() {
180 180
 		return array( 'mSubject', 'mPropVals', 'mProperties', 'subSemanticData', 'mHasVisibleProps', 'mHasVisibleSpecs', 'lastModified' );
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
 	 *
278 278
 	 * @since 1.8
279 279
 	 *
280
-	 * @return ContainerSemanticData[]
280
+	 * @return SemanticData[]
281 281
 	 */
282 282
 	public function getSubSemanticData() {
283 283
 
@@ -388,7 +388,7 @@  discard block
 block discarded – undo
388 388
 	 * Store a value for a given property identified by its text label
389 389
 	 * (without namespace prefix).
390 390
 	 *
391
-	 * @param $propertyName string
391
+	 * @param string $propertyName string
392 392
 	 * @param $dataItem SMWDataItem
393 393
 	 */
394 394
 	public function addPropertyValue( $propertyName, SMWDataItem $dataItem ) {
@@ -610,7 +610,7 @@  discard block
 block discarded – undo
610 610
 	 * @see SubSemanticData::hasSubSemanticData
611 611
 	 * @since 1.9
612 612
 	 *
613
-	 * @param string $subobjectName|null
613
+	 * @param string $subobjectName
614 614
 	 *
615 615
 	 * @return boolean
616 616
 	 */
Please login to merge, or discard this patch.