Sascha Egerer 11 년 전
부모
커밋
c13327dd75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Composer/Command/StatusCommand.php

+ 2 - 2
src/Composer/Command/StatusCommand.php

@@ -92,8 +92,8 @@ EOT
             $output->writeln('Use --verbose (-v) to see modified files');
         }
 
-		// Dispatch post-status-command
-		$composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true);
+        // Dispatch post-status-command
+        $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true);
 
         return $errors ? 1 : 0;
     }