Skip to content

Commit

Permalink
boyscout
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed May 22, 2019
1 parent 856c4a8 commit 6da60f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/Invocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Creator\Exceptions\InvalidFactory;
use Creator\Exceptions\Unresolvable;
use Creator\Interfaces\Factory;
use ReflectionException;
use ReflectionParameter;

class Invocation {

Expand Down Expand Up @@ -97,7 +95,6 @@ private function resolveDependencies () {
*
* @return mixed|object
* @throws Unresolvable
* @throws ReflectionException
*/
private function resolveDependency (Dependency $dependency) {
if (!$dependency->isPrimitive()) {
Expand Down
1 change: 1 addition & 0 deletions lib/InvokableClosure.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class InvokableClosure extends Invokable {
*
* @return Invokable
* @throws Unresolvable
* @throws \ReflectionException
*/
static function createFromCallable (callable $callable) : Invokable {
if (is_object($callable)) {
Expand Down
2 changes: 1 addition & 1 deletion lib/ResourceRegistry.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

namespace Creator;

class ResourceRegistry {

/**
Expand Down

0 comments on commit 6da60f9

Please sign in to comment.