Skip to content

Commit

Permalink
Merge pull request #839 from mcdruid/gadget_chain_hardening
Browse files Browse the repository at this point in the history
adding types to properties
  • Loading branch information
bobthecow authored Nov 29, 2024
2 parents 36a03ff + d98d50d commit c4f9b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExecutionClosure.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ExecutionClosure
{
const NOOP_INPUT = 'return null;';

private $closure;
private \Closure $closure;

/**
* @param Shell $__psysh__
Expand Down

0 comments on commit c4f9b5f

Please sign in to comment.