Skip to content

Commit

Permalink
Fixed code styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
youmingdot committed Dec 31, 2018
1 parent 64557f0 commit 2f65bfb
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Bus/BusServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
class BusServiceProvider extends BaseBusServiceProvider
{
//
}
}
2 changes: 1 addition & 1 deletion src/Contracts/Server/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function isBound();
* @param int $status
*/
public function stop($status = 0);
}
}
2 changes: 1 addition & 1 deletion src/Contracts/Server/ServerSocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ public function isBound();
* @return \Traversable
*/
public function getIterator();
}
}
2 changes: 1 addition & 1 deletion src/Contracts/Support/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public function setEventHandler($handler);
* @param callable $callback
*/
public function registerEventCallback($event, $callback);
}
}
2 changes: 1 addition & 1 deletion src/Homer/MiddlewareNameResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ protected static function parseMiddlewareGroup($name, $nameMiddleware, $middlewa

return $results;
}
}
}
2 changes: 1 addition & 1 deletion src/Mail/MailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
class MailServiceProvider extends BaseMailServiceProvider
{
//
}
}
2 changes: 1 addition & 1 deletion src/Server/ServerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ public function __call($method, $parameters)
{
return $this->server()->{$method}(...$parameters);
}
}
}
1 change: 0 additions & 1 deletion src/Server/WebSocketServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ protected function registerMessageCallback()
$this->swooleServer->on('Message', function () {});
}
}

2 changes: 1 addition & 1 deletion src/Support/DispatchEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ protected function handleException(Exception $e)
//
}
}
}
}

0 comments on commit 2f65bfb

Please sign in to comment.