We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3cfc2 commit 29e46ceCopy full SHA for 29e46ce
_posts/09-02-01-Errors.md
@@ -87,7 +87,7 @@ rewritten like this:
87
88
{% highlight php %}
89
<?php
90
-//Null Coalescing Operator
+// Null Coalescing Operator
91
echo $foo['bar'] ?? '';
92
{% endhighlight %}
93
0 commit comments