Completed
Push — master ( c4e061...659ca0 )
by Sébastien
05:05
created
src/PjbServer/Tools/Composer/Installer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
 
9 9
 class Installer {
10 10
 
11
-    static public function postInstall(Event $event)  {
11
+    static public function postInstall(Event $event) {
12 12
         //var_dump($event);
13 13
 
14 14
     }
15 15
 
16
-    static public function postUpdate(Event $event)  {
16
+    static public function postUpdate(Event $event) {
17 17
         //var_dump($event);
18 18
         /*
19 19
         $package = $event->getName();
Please login to merge, or discard this patch.