Skip to content

Commit

Permalink
fill reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent a171b37 commit 209fe1e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/Stub/FileWithParameters80.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
declare(strict_types=1);
/**
* Parser Reflection API
*
* @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
*
* This source file is subject to the license that is bundled
* with this source code in the file LICENSE.
*/

namespace Go\ParserReflection\Stub;

function authenticate(
string $username,
#[\SensitiveParameter]
string $password
) {
}

0 comments on commit 209fe1e

Please sign in to comment.