Skip to content

Commit 6e00098

Browse files
committed
fix CI
closes GH-81
1 parent 016d40c commit 6e00098

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
# Nix Flakes doesn't work on shallow clones
1818
fetch-depth: 0
1919

20-
- uses: cachix/install-nix-action@v12
21-
with:
22-
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
23-
extra_nix_config: |
24-
experimental-features = nix-command flakes
20+
- uses: cachix/install-nix-action@v18
2521

2622
- name: Cache Composer dependencies
2723
uses: actions/cache@v2

src/PHPCodeBrowser/IssueXML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function __construct(string $version = '1.0', string $encoding = 'UTF-8')
106106
$this->createElement('codebrowser')
107107
);
108108
$this->preserveWhiteSpace = false;
109-
$this->formatOutput = true;
109+
$this->formatOutput = true;
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)