19 Commits

Author SHA1 Message Date
Alexander M. Turek
d4f6891631 Prefix all sprintf() calls 2024-06-20 17:52:34 +02:00
Oskar Stark
7739bb6aef [Asset][BrowserKit][Cache][Console][CssSelector] Use CPP 2024-01-04 11:44:02 +01:00
Nicolas Grekas
0eb64cd02a Ensure all properties have a type 2023-07-27 12:10:14 +02:00
Nicolas Grekas
e308591eea Use ??= more 2022-11-02 10:08:04 +01:00
Yurun
6e5939e63d Refactor isTtySupported() 2022-07-18 16:59:48 +08:00
Fabien Potencier
5b67cce06f Revert "bug #44494 Remove FQCN type hints on properties (fabpot)"
This reverts commit 0a13eba7037c6636be7a35c194d7d2e86d6ea6ba, reversing
changes made to e4cfa82c31ffda491b73e181c8d3d4e0a307eee8.
2021-12-09 13:46:12 +01:00
Fabien Potencier
d5818ed8c2 Remove FQCN type hints on properties 2021-12-08 16:13:44 +01:00
Nicolas Grekas
38c5cec0b8 Fix return types 2021-09-09 14:56:10 +02:00
Nicolas Grekas
aaec152efd Merge branch '5.4' into 6.0
* 5.4:
  [DoctrineBridge] Remove dead code
  [Lock] Remove unused variable
  [DoctrineBridge] Replace string with FQCN resolution in EntityType
  Add missing `@return $this` annotations
  [Notifier] Add missing types to SmscTransport
2021-09-09 14:52:47 +02:00
Nicolas Grekas
e4ad988449 Add missing @return $this annotations 2021-09-09 10:06:01 +02:00
Alexander M. Turek
ce7d4dab6d [Console] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-08-27 12:20:39 +02:00
Alexander M. Turek
cb2a5f4cca [Console] Backport minor refactorings
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-08-25 23:09:35 +02:00
Nicolas Grekas
bc882da380 Merge branch '4.4' into 5.1
* 4.4:
  Enable "native_constant_invocation" CS rule
  Make AbstractPhpFileCacheWarmer public
2020-09-02 18:23:27 +02:00
Christian Flothmann
0f0a271bc9 allow cursor to be used even when STDIN is not defined 2020-06-07 21:47:44 +02:00
Fabien Potencier
38e523fdbe Make the Cursor class final 2020-04-12 14:38:26 +02:00
Fabien Potencier
4d6f854f80 Make Cursor fluent 2020-04-12 14:38:26 +02:00
Fabien Potencier
cc76ee014e Split a method 2020-04-12 11:15:20 +02:00
Fabien Potencier
f4c98db6d7 Remove default value 2020-04-12 11:14:14 +02:00
Pierre du Plessis
7d292dc704 [Console] Add Cursor class to control the cursor in the terminal 2020-04-12 09:39:50 +02:00