Completed
Push — master ( 4e24b6...14289c )
by Jamie
03:44
created
classes/helpers/FrmListHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
 	 * @access public
180 180
 	 *
181 181
 	 * @param string $name Property to check if set.
182
-	 * @return bool Whether the property is set.
182
+	 * @return boolean|null Whether the property is set.
183 183
 	 */
184 184
 	public function __isset( $name ) {
185 185
 		if ( in_array( $name, $this->compat_fields ) ) {
Please login to merge, or discard this patch.