Completed
Pull Request — master (#95)
by Mark A.
07:56
created
src/LogReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 	/**
75 75
 	 * Constructor for reading the log.
76 76
 	 *
77
-	 * @param Title $title page
77
+	 * @param \Title|null $title page
78 78
 	 * @param string $type of log (default: approval)
79 79
 	 */
80 80
 	public function __construct( Title $title, $type = 'approval' ) {
Please login to merge, or discard this patch.