mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Add missing space in comment
This commit is contained in:
@@ -87,7 +87,7 @@ rewritten like this:
|
||||
|
||||
{% highlight php %}
|
||||
<?php
|
||||
//Null Coalescing Operator
|
||||
// Null Coalescing Operator
|
||||
echo $foo['bar'] ?? '';
|
||||
{% endhighlight %}
|
||||
|
||||
|
Reference in New Issue
Block a user