Completed
Pull Request — master (#2)
by
unknown
06:39
created
src/IPub/FlashMessages/FlashNotifier.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,8 +284,8 @@
 block discarded – undo
284 284
 	 */
285 285
 	private function checkForAttribute(array $attributes, string $type, $default)
286 286
 	{
287
-		foreach($attributes as $attribute) {
288
-			switch($type)
287
+		foreach ($attributes as $attribute) {
288
+			switch ($type)
289 289
 			{
290 290
 				case 'title':
291 291
 					if (is_string($attribute) === TRUE || $attribute instanceof Translation\Phrase || $attribute instanceof Adapters\IPhraseAdapter) {
Please login to merge, or discard this patch.