mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 22:46:39 +02:00
Add missing space in comment
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user