Skip to content

Commit

Permalink
added static analysis tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Perone committed Jun 22, 2017
1 parent 7fd2495 commit dfc059f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Fundic

[![Build Status](https://travis-ci.org/marcosh/fundic.svg?branch=master)](https://travis-ci.org/marcosh/fundic)
[![Code Climate](https://codeclimate.com/github/marcosh/fundic/badges/gpa.svg)](https://codeclimate.com/github/marcosh/fundic)
[![Coverage Status](https://coveralls.io/repos/github/marcosh/fundic/badge.svg?branch=master)](https://coveralls.io/github/marcosh/fundic?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/80cfd863dbd744e5af524c93f47967a4)](https://www.codacy.com/app/marcosh/fundic)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/marcosh/fundic/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/marcosh/fundic/?branch=master)

A purely functional Dependency Injection Container for PHP
2 changes: 1 addition & 1 deletion src/Factory/Decorator/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __invoke(ContainerInterface $container, string $name)
$inner = $this->inner;

$proxyFactory = new LazyLoadingValueHolderFactory();
$initializer = function (
$initializer = function(
& $wrappedObject,
LazyLoadingInterface $proxy
) use ($container, $inner, $name) {
Expand Down

0 comments on commit dfc059f

Please sign in to comment.