File "IncrementDecrementSpacingUnitTest.inc.fixed"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc.fixed
File size: 139 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

$i = 10;
--$i;
--$i;
-- /*comment*/ $i;
++$i;
++$i;
++/*comment*/$i;

$i--;
$i--;
$i /*comment*/ --;
$i++;
$i++;
$i /*comment*/ ++;