for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) 2011 - 2015 Oleksandr Torosh (http://yonastudio.com)
* @author Oleksandr Torosh <[email protected]>
*/
namespace Tree;
use Phalcon\Mvc\User\Component;
use Tree\Mvc\Helper;
class Init extends Component
{
public function __construct()
$this->getDi()->set('tree_helper', new Helper());
set
$this->getDi()
null
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.
}
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.