Yaffs site version 1.1
[yaffs-website] / vendor / sebastian / diff / src / Line.php
index e0a96b90a734d87bdcf64d5ae9800ad9d7cf48a1..89b86835e18e24c673a2a1fd002535934a39df51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
- * This file is part of the Diff package.
+ * This file is part of sebastian/diff.
  *
  * (c) Sebastian Bergmann <sebastian@phpunit.de>
  *
@@ -10,8 +10,6 @@
 
 namespace SebastianBergmann\Diff;
 
-/**
- */
 class Line
 {
     const ADDED     = 1;