From 28ca036dfa4dbdef32380a1dfe8a30d84a08d8fb Mon Sep 17 00:00:00 2001 From: Jeff Welch Date: Sun, 10 Feb 2013 20:44:02 -0500 Subject: [PATCH] Make the package description consistent. --- README.md | 2 +- composer.json | 2 +- src/Exporter.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0026ade..00bf1cd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PHP_Exporter [![Build Status](https://secure.travis-ci.org/whatthejeff/php-exporter.png?branch=master)](https://travis-ci.org/whatthejeff/php-exporter) [PHPUnit](https://github.com/sebastianbergmann/phpunit/) includes a nifty -utility for visualizing PHP data types. PHP_Exporter is simply a stand-alone +utility for visualizing PHP variables. PHP_Exporter is simply a stand-alone version of that utility. ## Usage diff --git a/composer.json b/composer.json index 7cc01a4..ec687cc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "whatthejeff/php-exporter", - "description": "A nifty utility for visualizing PHP data types", + "description": "A nifty utility for visualizing PHP variables", "keywords": ["exporter","export"], "homepage": "http://www.github.com/whatthejeff/php-exporter", "license": "BSD-3-Clause", diff --git a/src/Exporter.php b/src/Exporter.php index 81f2d2b..2ddb544 100644 --- a/src/Exporter.php +++ b/src/Exporter.php @@ -44,7 +44,7 @@ namespace Whatthejeff\PHP\Exporter; /** - * A nifty utility for visualizing PHP data types. + * A nifty utility for visualizing PHP variables. * * *