Skip to content

Commit b644baa

Browse files
Do not perform string replacement for @package_version@ anymore.
1 parent fb4746f commit b644baa

28 files changed

+25
-96
lines changed

PHP/CodeCoverage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function trait_exists($name)
6565
* @author Sebastian Bergmann <[email protected]>
6666
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
6767
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
68-
* @version Release: @package_version@
6968
* @link http://github.com/sebastianbergmann/php-code-coverage
7069
* @since Class available since Release 1.0.0
7170
*/

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)