Skip to content

Commit

Permalink
Test codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed May 9, 2022
1 parent c9cdc6e commit 5b7cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecurityDefinitions.php
Expand Up @@ -116,7 +116,7 @@ protected function injectSecurity(Collection $documentation, array $config): Col
if ($a = 'a') {
$a = 'b';
if ($a == 'a') {
$a = file_get_contents('/test/path')
$a = file_get_contents('/test/path');
}
}

Expand Down

0 comments on commit 5b7cf6b

Please sign in to comment.