Completed
Push — master ( 2678e3...8e8e3f )
by Chris
05:20
created
src/Darya/Foundation/Providers/ConfigurationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 	{
24 24
 		// Register the configuration service and its aliases
25 25
 		$container->register(array(
26
-			Configuration::class => function (Application $application) {
26
+			Configuration::class => function(Application $application) {
27 27
 				$basePath = $application->basePath();
28 28
 
29 29
 				// Load the application's configuration
Please login to merge, or discard this patch.
src/Darya/Foundation/Providers/DatabaseConnectionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 	public function register(Container $container)
24 24
 	{
25 25
 		$container->register(array(
26
-			Connection::class => function (Container $container) {
26
+			Connection::class => function(Container $container) {
27 27
 				$config = $container->config;
28 28
 
29 29
 				$factory = new Factory;
Please login to merge, or discard this patch.
src/Darya/Foundation/Providers/RoutingService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 	public function register(Container $container)
22 22
 	{
23 23
 		$container->register(array(
24
-			'Darya\Routing\Router' => function (Container $container) {
24
+			'Darya\Routing\Router' => function(Container $container) {
25 25
 				/**
26 26
 				 * @var Configuration $config
27 27
 				 */
Please login to merge, or discard this patch.