-
-
Notifications
You must be signed in to change notification settings - Fork 439
Closed
Description
maker-bundle/src/Util/YamlSourceManipulator.php
Lines 132 to 136 in 56df019
| $this->log(sprintf( | |
| 'Changing array type & format via updateData()', | |
| $this->arrayTypeForDepths[$this->depth], | |
| $this->arrayFormatForDepths[$this->depth] | |
| )); |
I'd expect something like 'Changing array type & format via updateData() (type=%s, format=%s)', instead.
Passing too many arguments is harmless, and won't result in notices.
Detected with phan when checking for new false positives in phan (PhanPluginPrintfNoSpecifiers in PrintfCheckerPlugin)
Metadata
Metadata
Assignees
Labels
No labels