PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
Comment
<?php /* testEmptyBlockCommentNoWhiteSpace */ /**/ /* testEmptyDocblockNoWhiteSpace */ /***/ /* testEmptyDocblockWithWhiteSpace */ /** */ /* testSingleLineDocblockNoTag */ /** Just some text */ $var = doSomething(); /* testSingleLineDocblockWithTag1 */ /** @var \SomeClass[] $var */ $var = doSomething(); /* testSingleLineDocblockWithTag2 */ /** @var $var \SomeClass[] */ $var = doSomething(); /* testSingleLineDocblockWithTag3 */ /** @see Something::Else */ $var = doSomething();
[-] LiveCoding1Test.inc
[edit]
[-] LiveCoding1Test.php
[edit]
[-] LiveCoding3Test.php
[edit]
[-] LiveCoding4Test.php
[edit]
[-] MultiLineDocBlockTest.inc
[edit]
[+]
..
[-] CommentTestCase.php
[edit]
[-] SingleLineDocBlockTest.php
[edit]
[-] LiveCoding4Test.inc
[edit]
[-] MultiLineDocBlockTest.php
[edit]
[-] PhpcsAnnotationsInDocBlockTest.php
[edit]
[-] PhpcsAnnotationsInDocBlockTest.inc
[edit]
[-] LiveCoding2Test.inc
[edit]
[-] SingleLineDocBlockTest.inc
[edit]
[-] LiveCoding3Test.inc
[edit]
[-] LiveCoding2Test.php
[edit]