PluginProbe
Plugin Check (PCP) / 1.8.0
Plugin Check (PCP) v1.8.0
2.1.0 trunk 0.1 0.2.0 0.2.1 0.2.2 0.2.3 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.3.0 1.3.1 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 2.0.0 ci-artifacts
plugin-check / includes / Checker / Static_Check.php

Static_Check.php in Plugin Check (PCP) 1.8.0, at includes/Checker/Static_Check.php

18 lines 244 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Interface WordPress\Plugin_Check\Checker\Static_Check
4 *
5 * @package plugin-check
6 */
7
8 namespace WordPress\Plugin_Check\Checker;
9
10 /**
11 * Interface for static checks.
12 *
13 * @since 1.0.0
14 */
15 interface Static_Check extends Check {
16
17 }
18