Skip to content

Commit 606faba

Browse files
committed
fix: Correct author name and remove redundant newline
Updated the author's name in `composer.json` to include the proper special character. Also cleaned up an unnecessary newline in `Credentials.php` to maintain code consistency and style.
1 parent c627536 commit 606faba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "GPL-3.0-or-later",
1616
"authors": [
1717
{
18-
"name": "Efe Bagri",
18+
"name": "Efe Bağrı",
1919
"email": "composer@exbil.net",
2020
"homepage": "https://www.exbil.net"
2121
}

src/Credentials.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ public function __construct(string $token, bool $sandbox = false)
2424
$this->token = $token;
2525
$this->baseUrl = $sandbox ? "https://sandbox.fireapi.de" : "https://live.fireapi.de";
2626
}
27-
2827
}

0 commit comments

Comments
 (0)