1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 06:36:46 +02:00

Fix whitespace

This commit is contained in:
Rob Loach
2012-10-12 12:54:44 -04:00
parent 09b3a80cfa
commit 09168eaca8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
language: php
php:
php:
- 5.3
- 5.4

View File

@@ -142,4 +142,4 @@ class CubeHandler extends AbstractProcessingHandler
return curl_exec($this->httpConnection);
}
}
}

View File

@@ -190,7 +190,7 @@ class SocketHandler extends AbstractProcessingHandler
{
$seconds = floor($this->timeout);
$microseconds = round(($this->timeout - $seconds)*1e6);
return stream_set_timeout($this->resource, $seconds, $microseconds);
}