update webpatser/laravel-uuid to version 3
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
This commit is contained in:
6
src/Domain/Modules/Interpreter/Lexicon/EndOfTune.php
Normal file → Executable file
6
src/Domain/Modules/Interpreter/Lexicon/EndOfTune.php
Normal file → Executable file
@@ -1,10 +1,8 @@
|
||||
<?php
|
||||
namespace XaiCorp\AbcParser\Domain\Modules\Interpreter\Lexicon;
|
||||
|
||||
use Enzyme\Axiom\Atoms\StringAtom;
|
||||
use XaiCorp\AbcParser\Domain\Atoms\UnsignedIntegerAtom;
|
||||
use Closure;
|
||||
use XaiCorp\AbcParser\Domain\Core\TuneBuilder;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Builder;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Context;
|
||||
|
||||
class EndOfTune implements Lex
|
||||
@@ -27,7 +25,7 @@ class EndOfTune implements Lex
|
||||
* @return mixed
|
||||
* @throws \Enzyme\Axiom\Exceptions\AtomException
|
||||
*/
|
||||
public function handle(Context $context, \Closure $next)
|
||||
public function handle(Context $context, Closure $next)
|
||||
{
|
||||
$line = $context->current();
|
||||
// list($key, $data) = $this->getKeyDataFromLine($line);
|
||||
|
||||
Reference in New Issue
Block a user