Passed
Branch master (d3d4ba)
by Simone
04:10 queued 02:01
created
scripts/example.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,5 +24,5 @@
 block discarded – undo
24 24
 $now = $container->get('ciao');
25 25
 
26 26
 echo "\n" . $now->getNow()->format('Y-m-d'); // 2017-04-29
27
-echo "\n" . $now->getFoo();                  // bar
28
-echo "\n" . $now->getCiao();                 // 42
27
+echo "\n" . $now->getFoo(); // bar
28
+echo "\n" . $now->getCiao(); // 42
Please login to merge, or discard this patch.