refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
12
vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php
vendored
Normal file
12
vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace BaconQrCode\Renderer\Path;
|
||||
|
||||
interface OperationInterface
|
||||
{
|
||||
/**
|
||||
* Translates the operation's coordinates.
|
||||
*/
|
||||
public function translate(float $x, float $y) : self;
|
||||
}
|
||||
Reference in New Issue
Block a user