Skip to content

Commit 3b66957

Browse files
Merge branch '1.2'
2 parents 0138ed2 + b644baa commit 3b66957

28 files changed

+29
-100
lines changed

PHP/CodeCoverage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
*/

PHP/CodeCoverage/Driver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
*/

PHP/CodeCoverage/Driver/Xdebug.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
* @codeCoverageIgnore

PHP/CodeCoverage/Exception.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.1.0
5756
*/

PHP/CodeCoverage/Filter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
*/

PHP/CodeCoverage/Report/Clover.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
*/

PHP/CodeCoverage/Report/Factory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.1.0
5756
*/

PHP/CodeCoverage/Report/HTML.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.0.0
5756
*/

PHP/CodeCoverage/Report/HTML/Renderer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.1.0
5756
*/

PHP/CodeCoverage/Report/HTML/Renderer/Dashboard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
54-
* @version Release: @package_version@
5554
* @link http://github.com/sebastianbergmann/php-code-coverage
5655
* @since Class available since Release 1.1.0
5756
*/

0 commit comments

Comments
 (0)