Testing to see if scruitinizer recognises docblock

This commit is contained in:
Mike Jolley 2015-01-20 10:01:28 +00:00
parent 8e9539b0c2
commit bc45f7755f
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@
/**
* Shows an order item fee
*
* @var object $item The item being displayed
* @var int $item_id The id of the item being displayed
* @var $item The item being displayed
* @var $item_id The id of the item being displayed
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}