File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ print 'ok';
4747```
4848
4949##### Suggestion in IDE (here is phpstorm)
50- `php
50+ ``` php
5151<?php
5252class A
5353{
@@ -68,4 +68,4 @@ $arrA[0]->get();
6868
6969//method checkType too. (TypeArray)
7070$arr->checkType(A::class);
71- `
71+ ```
Original file line number Diff line number Diff line change @@ -613,7 +613,8 @@ class ComposerStaticInita45cbd00d14fd8b07cefbfc1660fade8
613613
614614 public static function getInitializer (ClassLoader $ loader )
615615 {
616- return \Closure::bind (function () use ($ loader ) {
616+ return \Closure::bind (
617+ function () use ($ loader ) {
617618 $ loader ->prefixLengthsPsr4 = ComposerStaticInita45cbd00d14fd8b07cefbfc1660fade8::$ prefixLengthsPsr4 ;
618619 $ loader ->prefixDirsPsr4 = ComposerStaticInita45cbd00d14fd8b07cefbfc1660fade8::$ prefixDirsPsr4 ;
619620 $ loader ->prefixesPsr0 = ComposerStaticInita45cbd00d14fd8b07cefbfc1660fade8::$ prefixesPsr0 ;
You can’t perform that action at this time.
0 commit comments