added type ints for other plugins
This commit is contained in:
parent
e1fee95368
commit
a1de3dc148
3 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
?>
|
||||
|
||||
<?php
|
||||
/** @var \helper_plugin_qc $qc */
|
||||
/** @var \helper_plugin_do $doPlugin */
|
||||
$doPlugin = plugin_load('helper','do');
|
||||
|
||||
|
||||
/** @var \helper_plugin_qc $qc */
|
||||
$qc = plugin_load('helper','qc');
|
||||
if ($doPlugin !== null ||$qc ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue