Skip to content

Commit

Permalink
small adjustments on #13
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Feb 24, 2021
1 parent 1c54a27 commit 0a64c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Controller/SpacedeckAPIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ public function __construct(string $AppName,

/**
* Wrapper for getallheaders to unset 0 length strings
*
*
* @return Array
*/
public function getallheadersWrapper(): Array {
private function getallheadersWrapper(): Array {
$headers = getallheaders();

foreach ($headers as $name => $value) {
Expand Down

0 comments on commit 0a64c33

Please sign in to comment.