Skip to content

Commit

Permalink
Fix compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Dec 12, 2023
1 parent 77ffc3c commit 7b5ae90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

declare(strict_types=1);

require_once dirname(__DIR__).'/vendor/autoload.php';

function getCode(SplFileInfo $file): string
{
$code = php_strip_whitespace($file->getRealPath());
Expand Down
2 changes: 1 addition & 1 deletion src/Object/get.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

/*
* This file is part of the SolidWorx Lodash-PHP project.
Expand Down

0 comments on commit 7b5ae90

Please sign in to comment.