PHP 8.2.31
Preview: FunctionCommentUnitTest.inc Size: 1.29 KB
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc

<?php
/**
 * Short content.
 *
 * @return void
 *
 * @api           read
 * @api-privilege asset.read.content
 * @api-mustlock  false
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api read
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @api read
 *
 * @return void
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api-privilege asset.read.content
 * @api           read
 * @api-mustlock  false
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api           read
 *
 * @api-privilege asset.read.content
 * @api-mustlock  false
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 * @api read
 */
private function functionCall() {}

/**
 * Test unknown tags.
 *
 * @return  void
 * @since   read
 * @hello   hello
 * @package Test
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api read
 * @api-privilege asset.read.content
 * @api-mustlock false
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api          read
 * @api-mustlock false
 */
private function functionCall() {}

/**
 * Short content.
 *
 * @return void
 *
 * @api read
 */
private function functionCall() {}
?>

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
1.29 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.42 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).