1
0
Fork 0

Trimmed Trailing Whitespace

pull/682/head
Gabriel Noé González 2018-11-10 17:44:05 +01:00
parent df898ec633
commit e71e4e0ff0
4 changed files with 23 additions and 7 deletions

View File

@ -3,5 +3,6 @@
"search.exclude": {
"**/validation": true,
"**/tests/Validation/cases": true
}
},
"files.trimTrailingWhitespace": true,
}

View File

@ -0,0 +1,15 @@
<?php
class Foo
{
public function canAccess()
{
}
private function cantAccess()
{
}
}