File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP_VERSION = 7.4
2
2
GCLOUD_LOCAL = " ~/.config/gcloud"
3
3
GIT_CONFIG_LOCAL = " ~/.gitconfig"
4
+ XDEBUG_CONFIG = " remote_host=${ HOST_IP } remote_enable=1 remote_connect_back=1"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.2.2 - 2021-05-12
8
+ ### Changed
9
+ - Company/Vendor & website to Youwe.
10
+ ### Fixed
11
+ - With PHPlint you cannot exclude a directory. For this module it's disabled.
12
+
7
13
## 2.2.1 - 2021-03-10
8
14
### Fixed
9
15
- PhpStorm 2020 has changed there config folder to a different path.
Original file line number Diff line number Diff line change 1
- #set( $Company = "MediaCT " )
2
- #set( $Vendor = "MediaCT " )
3
- #set( $Website = "https://www.mediact.nl ")
1
+ #set( $Company = "Youwe " )
2
+ #set( $Vendor = "Youwe " )
3
+ #set( $Website = "https://www.youweagency.com ")
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ parameters:
8
8
- /^phpmd.xml$/
9
9
- /^phpunit.xml$/
10
10
- /^pdepend.xml$/
11
- - /^files/
11
+ - /^files/
12
+ phplint.triggered_by : []
You can’t perform that action at this time.
0 commit comments