Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 13, 2024
1 parent b52a921 commit 3c3b3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Flow\ETL\{Attribute\DSL,
Attribute\Module,
Attribute\Type as DSLType
};
};

/**
* @param array<string, mixed>|Connection $connection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
#[TestAttribute(name: 'test', active: true)]
function doSomething(string|int|float|\DateTimeInterface|ParameterClass $argument) : ?bool
{
return false;
}

0 comments on commit 3c3b3c7

Please sign in to comment.