We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -27,15 +27,15 @@ |
||
| 27 | 27 | public $scriptRelPath = 'Classes/Plugin/View3D.php'; |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * The main method of the PlugIn |
|
| 31 | - * |
|
| 32 | - * @access public |
|
| 33 | - * |
|
| 34 | - * @param string $content: The PlugIn content |
|
| 35 | - * @param array $conf: The PlugIn configuration |
|
| 36 | - * |
|
| 37 | - * @return string The content that is displayed on the website |
|
| 38 | - */ |
|
| 30 | + * The main method of the PlugIn |
|
| 31 | + * |
|
| 32 | + * @access public |
|
| 33 | + * |
|
| 34 | + * @param string $content: The PlugIn content |
|
| 35 | + * @param array $conf: The PlugIn configuration |
|
| 36 | + * |
|
| 37 | + * @return string The content that is displayed on the website |
|
| 38 | + */ |
|
| 39 | 39 | public function main($content, $conf) |
| 40 | 40 | { |
| 41 | 41 | $this->init($conf); |