Completed
Branch master (830f1e)
by Marc-André
03:32
created
Category
src/HttpStatusTrait.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,9 @@
 block discarded – undo
20 20
 
21 21
 		if ( ! is_null($args)) {
22 22
 			foreach ($args as $key => $value) {
23
-				if (property_exists($httpStatus, $key)) $httpStatus->$key = $value;
23
+				if (property_exists($httpStatus, $key)) {
24
+					$httpStatus->$key = $value;
25
+				}
24 26
 			}
25 27
 		}
26 28
 
Please login to merge, or discard this patch.