Improve check php

by @KathrynG

Some issues have been detected in this pull request

0
Coding Standard

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/sensiolabs/SensioDistributionBundle/131/1515a26d0ebcb36612ac49180ce584b965a82b13/typos.diff | patch -p0
diff -ru Resources/skeleton/app/check.php Resources/skeleton/app/check.php
--- Resources/skeleton/app/check.php	2014-05-16 13:14:33.689442703 +0000
+++ Resources/skeleton/app/check.php	2014-05-16 13:14:34.301442703 +0000
@@ -71,7 +71,7 @@
     }
 }
 
-echo PHP_EOL.'Note  the command console could use a diffrent php.ini file'.PHP_EOL;
+echo PHP_EOL.'Note  the command console could use a different php.ini file'.PHP_EOL;
 echo '~~~~  than the one used with your web server. To be on the'.PHP_EOL;
 echo '      safe side, please check the requirements from your web'.PHP_EOL;
 echo '      server using the web/config.php script.'.PHP_EOL;

0
PHPUnit Optimizations

0
PHP Types

0
PHPDocs

0
PHP