1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

[#1604] First draft to fix SensioLabsInsight report

This commit is contained in:
Nicolas Lœuillet 2016-01-20 16:24:48 +01:00 committed by Nicolas Lœuillet
parent 96fcb60c33
commit b0b893eafd
17 changed files with 14 additions and 20 deletions

View file

@ -64,7 +64,6 @@ class InstallCommand extends ContainerAwareCommand
$fulfilled = true;
// @TODO: find a better way to check requirements
$label = '<comment>PCRE</comment>';
if (extension_loaded('pcre')) {
$status = '<info>OK!</info>';