for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fabrica\Entities;
class ProjectEntity extends EntityAbstract
{
/**
* Return diretory path
*
* @return string
*/
public function getTargetPath(): string
return $this->code->getTargetPath();
getTargetPath
$this->code
string
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.