Skip to content

Commit

Permalink
Nah this should pass finally
Browse files Browse the repository at this point in the history
  • Loading branch information
balping committed Aug 28, 2016
1 parent 5c515a8 commit 6421e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
if ( $greeting !== null ) {
if ($greeting !== null) {
echo e($greeting);
} else {
echo $level == 'error' ? 'Whoops!' : 'Hello!';
Expand Down

0 comments on commit 6421e33

Please sign in to comment.