Completed
Push — master ( d07ffd...498d0f )
by Kenji
03:27
created
application/tests/_ci_phpunit_test/CIPHPUnitTestDbTestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 	 * @param string $table
88 88
 	 * @param array  $where
89 89
 	 *
90
-	 * @return bool
90
+	 * @return boolean|null
91 91
 	 */
92 92
 	public function dontSeeInDatabase($table, array $where)
93 93
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	 * @param string $table
108 108
 	 * @param array  $where
109 109
 	 *
110
-	 * @return bool
110
+	 * @return boolean|null
111 111
 	 */
112 112
 	public function seeInDatabase($table, array $where)
113 113
 	{
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
 	 * @param string $table
170 170
 	 * @param array  $where
171 171
 	 *
172
-	 * @return bool
172
+	 * @return boolean|null
173 173
 	 */
174 174
 	public function seeNumRecords($expected, $table, array $where = [])
175 175
 	{
Please login to merge, or discard this patch.