Passed
Push — master ( 052e2f...235485 )
by Chris
02:49
created

checkout-page.php (3 issues)

1
<?php
2
EDU()->write_debug($checkout);
0 ignored issues
show
The function EDU was not found. Maybe you did not declare it correctly or list all dependencies? ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-call  annotation

2
/** @scrutinizer ignore-call */ 
3
EDU()->write_debug($checkout);
Loading history...
Expected 1 spaces after opening bracket; 0 found
Loading history...
Expected 1 spaces before closing bracket; 0 found
Loading history...
3