aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-01 13:51:35 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-01 13:51:35 +0100
commite43d27f8450dcdf79850e935b762ac390a19dd63 (patch)
treedcdf7ba59559665421181e895137ddb04fc985fc /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent74d8afa5fa38af083bbacc63d76b904c01808f14 (diff)
parent5f8a785719c1dfeacc0bccc0781a94bd396b80ff (diff)
downloadwallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.gz
wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.zst
wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.zip
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
[#1604] First draft to fix SensioLabsInsight report
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index da099a19..63032dbb 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -64,7 +64,6 @@ class InstallCommand extends ContainerAwareCommand
64 64
65 $fulfilled = true; 65 $fulfilled = true;
66 66
67 // @TODO: find a better way to check requirements
68 $label = '<comment>PCRE</comment>'; 67 $label = '<comment>PCRE</comment>';
69 if (extension_loaded('pcre')) { 68 if (extension_loaded('pcre')) {
70 $status = '<info>OK!</info>'; 69 $status = '<info>OK!</info>';