Goodbye!
<?php
use Namespace\Class;
echo "Just testing syntax highlighting..";
$class = new Class();
$static = Class::static();
if (true) {
return false;
} else {
return null;
}
This is not the tagline you're looking for..
Goodbye!
<?php
use Namespace\Class;
echo "Just testing syntax highlighting..";
$class = new Class();
$static = Class::static();
if (true) {
return false;
} else {
return null;
}