Skip to content

Commit b3c6891

Browse files
Fix
1 parent b56c280 commit b3c6891

40 files changed

+40
-40
lines changed

src/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Driver/HHVM.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Driver/Xdebug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Exception/UnintentionallyCoveredCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Report/Clover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Report/Crap4j.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

src/CodeCoverage/Report/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the PHP_CodeCoverage.
3+
* This file is part of the PHP_CodeCoverage package.
44
*
55
* (c) Sebastian Bergmann <[email protected]>
66
*

0 commit comments

Comments
 (0)