| 1 | <?php |
||
| 15 | class GridPluginManager extends AbstractPluginManager |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var bool |
||
| 19 | */ |
||
| 20 | protected $shareByDefault = false; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Validate the plugin |
||
| 24 | * |
||
| 25 | * Checks that the filter loaded is either a valid callback or an instance |
||
| 26 | * of FilterInterface. |
||
| 27 | * |
||
| 28 | * @param mixed $plugin |
||
| 29 | * @return void |
||
| 30 | * @throws Exception\RuntimeException if invalid |
||
| 31 | */ |
||
| 32 | public function validatePlugin($plugin) |
||
| 40 | } |
||
|
|
|||
| 41 |
This check marks files that end in a newline character, i.e. an empy line.