Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1124 → Rev 1125

/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
1266,12 → 1266,12
 
/**
* Implements interface 1.3.6.1.4.1.37476.2.5.2.3.1
* @param $step
* @param $do_edits
* @param $errors_happened
* @param int $step
* @param bool $do_edits
* @param bool $errors_happened
* @return void
*/
public function oobeEntry($step, $do_edits, &$errors_happened)/*: void*/ {
public function oobeEntry(int $step, bool $do_edits, bool &$errors_happened)/*: void*/ {
echo '<h2>'._L('Step %1: Enable/Disable object type plugins',$step).'</h2>';
echo '<p>'._L('Which object types do you want to manage using OIDplus?').'</p>';