Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. ~/d/g/combinator   1-add-psalm-type-declaration …  ./vendor/bin/psalm 3792ms  Mon 20 Jan 2020 06:32:45 PM CET
  2. Scanning files...
  3. Analyzing files...
  4.  
  5. EEEEEEEEEEE░░░EEEEE░EEE░░░
  6.  
  7. ERROR: MissingClosureParamType - src/Combinator/A.php:60:46 - Parameter $x has no provided type
  8. return static function (callable $f, $x): Closure {
  9.  
  10.  
  11. ERROR: MissingClosureParamType - src/Combinator/B.php:67:59 - Parameter $x has no provided type
  12. return static function (callable $f, callable $g, $x): Closure {
  13.  
  14.  
  15. ERROR: MissingClosureParamType - src/Combinator/C.php:66:46 - Parameter $x has no provided type
  16. return static function (callable $f, $x, $y): Closure {
  17.  
  18.  
  19. ERROR: MissingClosureParamType - src/Combinator/C.php:66:50 - Parameter $y has no provided type
  20. return static function (callable $f, $x, $y): Closure {
  21.  
  22.  
  23. ERROR: MissingClosureParamType - src/Combinator/D.php:74:46 - Parameter $x has no provided type
  24. return static function (callable $f, $x, callable $g, $y): Closure {
  25.  
  26.  
  27. ERROR: MissingClosureParamType - src/Combinator/D.php:74:63 - Parameter $y has no provided type
  28. return static function (callable $f, $x, callable $g, $y): Closure {
  29.  
  30.  
  31. ERROR: MissingClosureParamType - src/Combinator/E.php:82:46 - Parameter $x has no provided type
  32. return static function (callable $f, $x, callable $g, $y, $z): Closure {
  33.  
  34.  
  35. ERROR: MissingClosureParamType - src/Combinator/E.php:82:63 - Parameter $y has no provided type
  36. return static function (callable $f, $x, callable $g, $y, $z): Closure {
  37.  
  38.  
  39. ERROR: MissingClosureParamType - src/Combinator/E.php:82:67 - Parameter $z has no provided type
  40. return static function (callable $f, $x, callable $g, $y, $z): Closure {
  41.  
  42.  
  43. ERROR: MissingClosureParamType - src/Combinator/F.php:66:33 - Parameter $x has no provided type
  44. return static function ($x, $y, callable $f): Closure {
  45.  
  46.  
  47. ERROR: MissingClosureParamType - src/Combinator/F.php:66:37 - Parameter $y has no provided type
  48. return static function ($x, $y, callable $f): Closure {
  49.  
  50.  
  51. ERROR: MissingClosureParamType - src/Combinator/G.php:74:59 - Parameter $x has no provided type
  52. return static function (callable $f, callable $g, $x, $y): Closure {
  53.  
  54.  
  55. ERROR: MissingClosureParamType - src/Combinator/G.php:74:63 - Parameter $y has no provided type
  56. return static function (callable $f, callable $g, $x, $y): Closure {
  57.  
  58.  
  59. ERROR: MissingClosureParamType - src/Combinator/H.php:66:46 - Parameter $x has no provided type
  60. return static function (callable $f, $x, $y): Closure {
  61.  
  62.  
  63. ERROR: MissingClosureParamType - src/Combinator/H.php:66:50 - Parameter $y has no provided type
  64. return static function (callable $f, $x, $y): Closure {
  65.  
  66.  
  67. ERROR: MissingClosureParamType - src/Combinator/I.php:50:33 - Parameter $x has no provided type
  68. return static function ($x): Closure {
  69.  
  70.  
  71. ERROR: MissingClosureParamType - src/Combinator/J.php:74:46 - Parameter $x has no provided type
  72. return static function (callable $f, $x, $y, $z): Closure {
  73.  
  74.  
  75. ERROR: MissingClosureParamType - src/Combinator/J.php:74:50 - Parameter $y has no provided type
  76. return static function (callable $f, $x, $y, $z): Closure {
  77.  
  78.  
  79. ERROR: MissingClosureParamType - src/Combinator/J.php:74:54 - Parameter $z has no provided type
  80. return static function (callable $f, $x, $y, $z): Closure {
  81.  
  82.  
  83. ERROR: MissingClosureParamType - src/Combinator/K.php:58:33 - Parameter $x has no provided type
  84. return static function ($x, $y): Closure {
  85.  
  86.  
  87. ERROR: MissingClosureParamType - src/Combinator/K.php:58:37 - Parameter $y has no provided type
  88. return static function ($x, $y): Closure {
  89.  
  90.  
  91. ERROR: MissingClosureParamType - src/Combinator/Psi.php:74:59 - Parameter $x has no provided type
  92. return static function (callable $f, callable $g, $x, $y): Closure {
  93.  
  94.  
  95. ERROR: MissingClosureParamType - src/Combinator/Psi.php:74:63 - Parameter $y has no provided type
  96. return static function (callable $f, callable $g, $x, $y): Closure {
  97.  
  98.  
  99. ERROR: MissingClosureParamType - src/Combinator/Q.php:66:59 - Parameter $x has no provided type
  100. return static function (callable $f, callable $g, $x): Closure {
  101.  
  102.  
  103. ERROR: MissingClosureParamType - src/Combinator/R.php:66:33 - Parameter $x has no provided type
  104. return static function ($x, callable $f, $y): Closure {
  105.  
  106.  
  107. ERROR: MissingClosureParamType - src/Combinator/R.php:66:50 - Parameter $y has no provided type
  108. return static function ($x, callable $f, $y): Closure {
  109.  
  110.  
  111. ERROR: MissingClosureParamType - src/Combinator/S.php:66:59 - Parameter $x has no provided type
  112. return static function (callable $f, callable $g, $x): Closure {
  113.  
  114.  
  115. ERROR: MissingClosureParamType - src/Combinator/T.php:58:33 - Parameter $x has no provided type
  116. return static function ($x, callable $f): Closure {
  117.  
  118.  
  119. ERROR: MissingClosureParamType - src/Combinator/V.php:66:33 - Parameter $x has no provided type
  120. return static function ($x, $y, callable $f): Closure {
  121.  
  122.  
  123. ERROR: MissingClosureParamType - src/Combinator/V.php:66:37 - Parameter $y has no provided type
  124. return static function ($x, $y, callable $f): Closure {
  125.  
  126.  
  127. ERROR: MissingClosureParamType - src/Combinator/W.php:58:46 - Parameter $x has no provided type
  128. return static function (callable $f, $x): Closure {
  129.  
  130.  
  131. ERROR: MissingClosureReturnType - src/Combinator/Y.php:43:17 - Closure does not have a return type, expecting mixed
  132. static function (...$arguments) use ($f) {
  133.  
  134.  
  135. ERROR: MissingClosureParamType - src/Combinator/Y.php:43:37 - Parameter $arguments has no provided type
  136. static function (...$arguments) use ($f) {
  137.  
  138.  
  139. ------------------------------
  140. 33 errors found
  141. ------------------------------
  142.  
  143. Checks took 0.54 seconds and used 55.127MB of memory
  144. Psalm was able to infer types for 93.4844% of the codebase
  145. !  ~/d/g/combinator   1-add-psalm-type-declaration *… 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement