Skip to content

Commit

Permalink
switch to PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 24, 2024
1 parent ba9cb26 commit e1d445b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"preset": "psr12"
}
2 changes: 1 addition & 1 deletion src/DeepFace.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DeepFace

public function __construct(string $python = null)
{
$this->python = $python ?? (new ExecutableFinder)->find(
$this->python = $python ?? (new ExecutableFinder())->find(
name: 'python3',
default: 'python3',
);
Expand Down

0 comments on commit e1d445b

Please sign in to comment.