Skip to content

Commit

Permalink
fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jul 15, 2013
1 parent f84027e commit 19a29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mg/Ding/Container/Impl/ContainerImpl.php
Expand Up @@ -1068,7 +1068,7 @@ protected function __construct(array $options)
self::$_options = array_replace_recursive(self::$_options, $options);
$this->registerProperties(self::$_options['properties']);
$sapi = php_sapi_name();
if (strtoupper(substr(PHP_OS,0,3)) !== 'WIN'){
if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
if ($sapi == 'cgi' || $sapi == 'cli') {
$signals = array(
SIGQUIT, SIGHUP, SIGINT, SIGCHLD, SIGTERM, SIGUSR1, SIGUSR2
Expand Down

0 comments on commit 19a29f8

Please sign in to comment.