Skip to content

Commit e6189e9

Browse files
Merge branch 'workflows' of https://github.com/martin-georgiev/postgresql-for-doctrine into workflows
# Conflicts: # .github/workflows/ci.yml
2 parents 0d4967f + dff5dd6 commit e6189e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: composer run-tests-with-clover
118118

119119
- name: Upload coverage results to Coveralls
120-
if: matrix.calculate-code-coverage == true && github.event_name == 'push'
120+
if: matrix.calculate-code-coverage == true && github.event_name == 'pull_request'
121121
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
122122
with:
123123
github-token: ${{ secrets.GITHUB_TOKEN }}

src/MartinGeorgiev/Utils/DoctrineLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
final class DoctrineLexer
1313
{
1414
/**
15-
* Checks if the Lexer is prior to version 2.0.0!
15+
* Checks if the Lexer is prior to version 2.0.0.
1616
*
1717
* In Lexer versions prior to 2.0.0, the lookahead property is an array,
1818
* while in 2.0.0+ it's an object.

0 commit comments

Comments
 (0)