Commit 87bc8f9
committed
fix(psalm): use fully scoped phpseclib3 namespace for instanceof check
The instanceof check was using the unscoped \phpseclib3\Crypt\Common\PrivateKey
but phpseclib is no longer a direct composer dependency on this branch.
Use the scoped OCA\Libresign\Vendor\phpseclib3 prefix to match how the
class is provided via the 3rdparty scoped vendor bundle.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 42ba8ba commit 87bc8f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
0 commit comments