for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acacha\Users\Services;
use Acacha\Users\Models\ProgressBatch;
/**
* Class MigrationBatch.
*
* @package Acacha\Users\Services
*/
class MigrationBatch
{
* Init/create Migration batch.
* @return int
public function init()
return ProgressBatch::create([]);
create()
Acacha\Users\Models\ProgressBatch
created()
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.
}
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.