Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
bacon
/
bacon-qr-code
/
src
/
Renderer
/
Path
/
Editing: OperationInterface.php
<?php declare(strict_types = 1); namespace BaconQrCode\Renderer\Path; interface OperationInterface { /** * Translates the operation's coordinates. */ public function translate(float $x, float $y) : self; }
Save
Cancel