for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @property string $title
* @property string $topic
*/
class HelpWidget extends CWidget
{
public $title = '';
public $topic = '';
public function run()
$help = new Help;
$help->setTopic($this->topic);
$item = $help->getRandomItemByType();
if ($item) {
echo '<p class="spr help"><strong>tipp:</strong><br/>' . $item . '</p>';
}
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.