Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 9090bea

Browse files
authored
Merge pull request #130 from garak/patch-2
Remove references to Symfony2
2 parents 87a9d83 + 229b1b3 commit 9090bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://img.shields.io/travis/sensiolabs-de/deprecation-detector/master.svg?style=flat-square)](https://travis-ci.org/sensiolabs-de/deprecation-detector)
44
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sensiolabs-de/deprecation-detector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55

6-
The SensioLabs DeprecationDetector runs a static code analysis against your project's source code to find usages of deprecated methods, classes and interfaces. For Symfony2 projects, it also detects usages of deprecated services.
6+
The SensioLabs DeprecationDetector runs a static code analysis against your project's source code to find usages of deprecated methods, classes and interfaces. For Symfony projects, it also detects usages of deprecated services.
77
It identifies the use of deprecated code thanks to the `@deprecated` annotation.
88

99
### Disclaimer
@@ -12,7 +12,7 @@ It identifies the use of deprecated code thanks to the `@deprecated` annotation.
1212

1313
## Basic knowledge
1414

15-
The Sensiolabs DeprecationDetector is a command line command based on the [Symfony2 console component](https://github.com/symfony/Console).
15+
The Sensiolabs DeprecationDetector is a command line command based on the [Symfony Console component](https://github.com/symfony/Console).
1616
It makes heavy use of the [PHP-Parser](https://github.com/nikic/PHP-Parser) library for analyzing PHP code.
1717

1818
The command works in three steps:

0 commit comments

Comments
 (0)