Skip to content

Commit

Permalink
Merge pull request #1 from bytic/analysis-bQrxjM
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
gabrielsolomon committed Apr 20, 2020
2 parents 001df5d + 073d9b7 commit 562d32f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
FilesystemServiceProvider::class,
CacheServiceProvider::class
]
];
];
1 change: 0 additions & 1 deletion legacy/Container/Traits/DeprecatedMethodsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ public function singleton($abstract, $concrete = null)
$this->share($abstract, $concrete);
}
}

2 changes: 1 addition & 1 deletion tests/fixtures/ServiceProviderAwareObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
class ServiceProviderAwareObject
{
use ServiceProviderAwareTrait;
}
}

0 comments on commit 562d32f

Please sign in to comment.