Completed
Push — master ( 335380...3837d1 )
by mw
132:18 queued 97:45
created
src/SQLStore/TableBuilder.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,6 +50,7 @@  discard block
 block discarded – undo
50 50
 	 * @since 2.5
51 51
 	 *
52 52
 	 * @param Table $table
53
+	 * @return void
53 54
 	 */
54 55
 	public function create( Table $table );
55 56
 
@@ -59,6 +60,7 @@  discard block
 block discarded – undo
59 60
 	 * @since 2.5
60 61
 	 *
61 62
 	 * @param Table $table
63
+	 * @return void
62 64
 	 */
63 65
 	public function drop( Table $table );
64 66
 
@@ -72,8 +74,8 @@  discard block
 block discarded – undo
72 74
 	 *
73 75
 	 * @since 2.5
74 76
 	 *
75
-	 * @param string $input
76 77
 	 *
78
+	 * @param string $key
77 79
 	 * @return string|false SQL type declaration
78 80
 	 */
79 81
 	public function getStandardFieldType( $key );
@@ -84,6 +86,7 @@  discard block
 block discarded – undo
84 86
 	 * @since 2.5
85 87
 	 *
86 88
 	 * @param string $event
89
+	 * @return boolean|null
87 90
 	 */
88 91
 	public function checkOn( $event );
89 92
 
Please login to merge, or discard this patch.