Completed
Pull Request — master (#297)
by
unknown
07:01
created
src/Graph/GraphNode.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
 		return $this->label;
56 56
 	}
57 57
 
58
+	/**
59
+	 * @param integer $labelIndex
60
+	 */
58 61
 	public function getLabel( $labelIndex ) {
59 62
 		return $this->label[$labelIndex];
60 63
 	}
Please login to merge, or discard this patch.
tests/phpunit/Unit/Formats/GraphTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	 *
30 30
 	 * @since 1.8
31 31
 	 *
32
-	 * @return array
32
+	 * @return string[]
33 33
 	 */
34 34
 	public function getFormats() {
35 35
 		return [ 'graph' ];
Please login to merge, or discard this patch.