Skip to content

Commit aff0566

Browse files
authored
Merge pull request #22 from mediact/feature/phpstorm-path-changed
Updated copyright to Youwe instead of Mediact
2 parents fa71400 + 538f245 commit aff0566

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.env.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PHP_VERSION=7.4
22
GCLOUD_LOCAL="~/.config/gcloud"
33
GIT_CONFIG_LOCAL="~/.gitconfig"
4+
XDEBUG_CONFIG="remote_host=${HOST_IP} remote_enable=1 remote_connect_back=1"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
713
## 2.2.1 - 2021-03-10
814
### Fixed
915
- PhpStorm 2020 has changed there config folder to a different path.

files/includes/M2-Settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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")

grumphp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ parameters:
88
- /^phpmd.xml$/
99
- /^phpunit.xml$/
1010
- /^pdepend.xml$/
11-
- /^files/
11+
- /^files/
12+
phplint.triggered_by: []

0 commit comments

Comments
 (0)