File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ protected function getBlameContent($filename)
78
78
}
79
79
80
80
$ rawContent = stream_get_contents ($ handle );
81
- fclose ($ handle );
81
+ pclose ($ handle );
82
82
83
83
$ blames = explode ("\n" , $ rawContent );
84
84
chdir ($ cwd );
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ protected function getBlameContent($filename)
97
97
}
98
98
99
99
$ rawContent = stream_get_contents ($ handle );
100
- fclose ($ handle );
100
+ pclose ($ handle );
101
101
102
102
$ blames = explode ("\n" , $ rawContent );
103
103
chdir ($ cwd );
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ protected function getBlameContent($filename)
61
61
}
62
62
63
63
$ rawContent = stream_get_contents ($ handle );
64
- fclose ($ handle );
64
+ pclose ($ handle );
65
65
66
66
$ blames = explode ("\n" , $ rawContent );
67
67
You can’t perform that action at this time.
0 commit comments