diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-03-23 12:54:26 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-03-23 12:54:26 +0100 |
commit | 90a92cc55eeff660599840665890eda28a689920 (patch) | |
tree | 1b77e7a0942e25499d68878c9cf2067bf56e9ff2 /src/Plugin | |
parent | eae1c4229b4e414399281a55acd9c0b4d0514994 (diff) | |
download | csv-90a92cc55eeff660599840665890eda28a689920.zip csv-90a92cc55eeff660599840665890eda28a689920.tar.gz csv-90a92cc55eeff660599840665890eda28a689920.tar.bz2 |
prepare for 7.0.1 release7.0.1
Diffstat (limited to 'src/Plugin')
-rw-r--r-- | src/Plugin/ColumnConsistencyValidator.php | 2 | ||||
-rw-r--r-- | src/Plugin/ForbiddenNullValuesValidator.php | 2 | ||||
-rw-r--r-- | src/Plugin/SkipNullValuesFormatter.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Plugin/ColumnConsistencyValidator.php b/src/Plugin/ColumnConsistencyValidator.php index 191a28b..6e46397 100644 --- a/src/Plugin/ColumnConsistencyValidator.php +++ b/src/Plugin/ColumnConsistencyValidator.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 7.0.0 +* @version 7.0.1 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Plugin/ForbiddenNullValuesValidator.php b/src/Plugin/ForbiddenNullValuesValidator.php index 5c4ff47..e89d5d3 100644 --- a/src/Plugin/ForbiddenNullValuesValidator.php +++ b/src/Plugin/ForbiddenNullValuesValidator.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 7.0.0 +* @version 7.0.1 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Plugin/SkipNullValuesFormatter.php b/src/Plugin/SkipNullValuesFormatter.php index 55addce..5d59e55 100644 --- a/src/Plugin/SkipNullValuesFormatter.php +++ b/src/Plugin/SkipNullValuesFormatter.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 7.0.0 +* @version 7.0.1 * @package League.csv * * For the full copyright and license information, please view the LICENSE |