Passed
Push — development ( 09659b...ad8161 )
by Spuds
01:19 queued 20s
created
sources/ElkArte/Errors/ErrorHandler.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
 				<<<'MSG'
214 214
 PHP Fatal error:  Uncaught exception '%s' with message '%s' in %s:%s<br />
215 215
 Stack trace:<br />%s<br />  thrown in %s on line %s
216
-MSG;
216
+msg;
217 217
 
218 218
 			// write trace lines into main template
219 219
 			return sprintf(
Please login to merge, or discard this patch.
sources/ElkArte/Helper/HttpReq.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
 	 *
189 189
 	 * @return bool
190 190
 	 */
191
-	public function isSet($key): bool
191
+	public function isset($key): bool
192 192
 	{
193 193
 		return $this->__isset($key);
194 194
 	}
Please login to merge, or discard this patch.