You are here

SpaceUnaryOperatorUnitTest.inc in Coder 8.2

File

coder_sniffer/Drupal/Test/Formatting/SpaceUnaryOperatorUnitTest.inc
View source
<?php

$i++;
++$i;
$x = !$i;
$x = -$x;
$i = +1;