File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ protected function getBlameContent($filename)
93
93
while (empty ($ fileParts ) === false ) {
94
94
array_pop ($ fileParts );
95
95
$ location = implode ($ fileParts , DIRECTORY_SEPARATOR );
96
- if (is_dir ($ location . DIRECTORY_SEPARATOR .'.git ' ) === true ) {
96
+ if (is_dir ($ location. DIRECTORY_SEPARATOR .'.git ' ) === true ) {
97
97
$ found = true ;
98
98
break ;
99
99
}
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
34
34
-- Thanks to Andy Grunwald for the patch
35
35
- Squiz FileCommentSniff now uses tags names inside the error codes for many messages
36
36
-- This allows you to exclude specific missing, out of order etc., tags
37
+ - Fixed gitblame report not working on Windows
38
+ -- Thanks to Rogerio Prado de Jesus
37
39
- Fixed an incorrect error in Squiz OperatorSpacingSniff for default values inside a closure definition
38
40
- Fixed bug #19691 : SubversionPropertiesSniff fails to find missing properties
39
41
-- Thanks to Kevin Winahradsky for the patch
You can’t perform that action at this time.
0 commit comments