for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace eXpansion\Framework\GameManiaplanet\ScriptMethods;
use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer;
use eXpansion\Framework\Core\ScriptMethods\AbstractScriptMethod;
/**
* Class GetScores
*
* @author de Cramer Oliver<[email protected]>
* @copyright 2017 Smile
* @package eXpansion\Framework\GameManiaplanet\ScriptMethods
*/
class GetScores extends AbstractScriptMethod implements ListenerInterfaceExpTimer
{
* @inheritdoc
public function onPreLoop()
$this->currentData = null;
null
array
$currentData
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..
}
public function onPostLoop()
// Nothing.
public function onEverySecond()
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..