Passed
Push — master ( 6107a2...afd38f )
by FX
03:46
created
src/AppBundle/Twig/BootstrapStatusClassExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  * You should have received a copy of the GNU General Public License
19 19
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
20 20
  */
21
-declare(strict_types=1);
21
+declare(strict_types = 1);
22 22
 
23 23
 namespace AppBundle\Twig;
24 24
 
Please login to merge, or discard this patch.
src/AppBundle/Repository/ProjectRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Repository;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Repository/CampaignRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Repository;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Repository/TestRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Repository;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Repository/SuiteRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Repository;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/SuiteController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Controller;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Controller;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/ProjectController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Controller;
23 23
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/CampaignController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * You should have received a copy of the GNU General Public License
18 18
  * along with ci-report. If not, see <http://www.gnu.org/licenses/>.
19 19
  */
20
-declare(strict_types=1);
20
+declare(strict_types = 1);
21 21
 
22 22
 namespace AppBundle\Controller;
23 23
 
Please login to merge, or discard this patch.