Skip to content

Commit 7bcc887

Browse files
committed
Fix formatting config
1 parent e9e795d commit 7bcc887

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.idea/codeStyles/Project.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/NationalIdentificationNumberParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ final class NationalIdentificationNumberParser
2424
* @param string $nationalIdentificationNumber
2525
* @param string $countryCode
2626
*
27-
* @return NationalIdentificationNumberInterface
28-
*
2927
* @throws Exception
28+
*
29+
* @return NationalIdentificationNumberInterface
3030
*/
3131
public static function parse(string $nationalIdentificationNumber, string $countryCode): NationalIdentificationNumberInterface
3232
{

0 commit comments

Comments
 (0)