Skip to content

Commit

Permalink
Updated stub
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Jan 27, 2023
1 parent c26df01 commit 94701ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stubs/DecodeLabs/Typify.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*/
namespace DecodeLabs;

use DecodeLabs\Veneer\Proxy;
use DecodeLabs\Veneer\ProxyTrait;
use DecodeLabs\Veneer\Proxy as Proxy;
use DecodeLabs\Veneer\ProxyTrait as ProxyTrait;
use DecodeLabs\Typify\Detector as Inst;

class Typify implements Proxy
{
use ProxyTrait;

const VENEER = 'DecodeLabs\Typify';
const VENEER = 'DecodeLabs\\Typify';
const VENEER_TARGET = Inst::class;

public static Inst $instance;
Expand Down

0 comments on commit 94701ad

Please sign in to comment.