Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Small updates: fixed phpstan & readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Radovan Kepák committed Feb 3, 2022
1 parent 5aed960 commit 624d073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MallGroup/Roadrunner
======

[![Build Status](https://github.com/mallgroup/nette-roadrunner/workflows/Tests/badge.svg?branch=master)](https://github.com/mallgroup/nette-roadrunner/workflows)
[![Downloads this Month](https://img.shields.io/packagist/dm/mallgroup/nette-roadrunner.svg)](https://packagist.org/packages/mallgroup/nette-roadrunner)
[![Latest stable](https://img.shields.io/packagist/v/mallgroup/nette-roadrunner.svg)](https://packagist.org/packages/mallgroup/nette-roadrunner)
[![build](https://github.com/mallgroup/nette-roadrunner/actions/workflows/main.yml/badge.svg)](https://github.com/mallgroup/nette-roadrunner/actions/workflows/main.yml)
[![Downloads this Month](https://img.shields.io/packagist/dm/mallgroup/roadrunner.svg)](https://packagist.org/packages/mallgroup/roadrunner)
[![Latest stable](https://img.shields.io/packagist/v/mallgroup/roadrunner.svg)](https://packagist.org/packages/mallgroup/roadrunner)
[![Coverage Status](https://coveralls.io/repos/github/mallgroup/nette-roadrunner/badge.svg?branch=master)](https://coveralls.io/github/mallgroup/nette-roadrunner?branch=master)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/mallgroup/nette-roadrunner/blob/master/license.md)

Expand Down
2 changes: 1 addition & 1 deletion src/RoadRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function run(): void
private function getApplication(): PsrApplication
{
if (null === $this->application) {
/** @var PsrApplication application */
/** @psalm-var PsrApplication @phpstan-ignore-next-line */
$this->application = $this->container->getByType(PsrApplication::class);
}
return $this->application;
Expand Down

0 comments on commit 624d073

Please sign in to comment.