From 51ffe7f4ce5644f2b955cc253c6265522d2d44d3 Mon Sep 17 00:00:00 2001
From: Jose Raul Barreras <barreras@unl.edu>
Date: Fri, 22 Mar 2019 19:41:07 +0000
Subject: [PATCH] add a gitlab-ci example for a PHP 7.0 project

---
 examples/PHP.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/PHP.md b/examples/PHP.md
index 09c9ff9..d1ce96b 100644
--- a/examples/PHP.md
+++ b/examples/PHP.md
@@ -2,7 +2,11 @@
 
 ## Standard PHP app with lint and SonarQube analysis
 
-```
+- One 'test' stage with two jobs.
+- The jobs needs a runner with docker-host capabilities. 
+- The job SonarQube is executed only in the branch `develop`.
+
+``` yml
 # To use this script, you must have the following variables defined
 # You can define them at the project or the group level
 #
-- 
GitLab