doctrine / instantiator

https://www.doctrine-project.org/projects/instantiator.html
MIT License
10.94k stars 61 forks source link

missing shebang in .travis.install.sh #17

Closed FunTimeCoding closed 5 years ago

FunTimeCoding commented 9 years ago

ShellCheck brought this up.

In ./vendor/doctrine/instantiator/.travis.install.sh line 1:
set -x
^-- SC2148: Tips depend on target shell and yours is unknown. Add a shebang.
Ocramius commented 9 years ago

@FunTimeCoding send a PR ;-)

Majkl578 commented 5 years ago

This has been fixed ages ago in #18.