File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Download public key
117117 env :
118- FINGERPRINT : " 0x689DAD778FF08760E046228BA978220305CD5C32 "
118+ FINGERPRINT : " 0xD91D86963AF3A29B6520462297B02DD8E5071466 "
119119 run : gpg --keyserver "hkps://keys.openpgp.org" --recv-keys "$FINGERPRINT"
120120
121121 - name : Verify signature of the PHAR file
@@ -200,7 +200,7 @@ jobs:
200200 tools : phive
201201
202202 - name : Install
203- run : phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32
203+ run : phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466
204204
205205 - name : " DEBUG: List files"
206206 run : ls -R
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ You will then be able to run PHP_CodeSniffer from the vendor bin directory:
7878### Phive
7979If you use Phive, you can install PHP_CodeSniffer as a project tool using the following commands:
8080``` bash
81- phive install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcs
82- phive install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcbf
81+ phive install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcs
82+ phive install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcbf
8383```
8484You will then be able to run PHP_CodeSniffer from the ` tools ` directory:
8585``` bash
You can’t perform that action at this time.
0 commit comments