Add missing space in comment

This commit is contained in:
Brad Parbs
2022-02-07 16:06:13 -06:00
committed by GitHub
parent aa3cfc23cf
commit 29e46ce2e5

View File

@@ -87,7 +87,7 @@ rewritten like this:
{% highlight php %} {% highlight php %}
<?php <?php
//Null Coalescing Operator // Null Coalescing Operator
echo $foo['bar'] ?? ''; echo $foo['bar'] ?? '';
{% endhighlight %} {% endhighlight %}