com presentations: Missing }: slides/intro/phan_2018 .xml
[email protected] (Rasmus Lerdorf) Sun, 16 Sep 2018 21:21:42 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 83d461a4b6e5552b63131a670939ab38d7ae1e93 Author: Rasmus Lerdorf <[email protected]> Sun, 16 Sep 2018 14:21:42 -0700 Parents: 93c4c0cc58a34dfcde54caabf53b7b1599aeb4a3 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=83d461a4b6e5552b63131a670939ab38d7ae1e93 Log: Missing } Changed paths: M slides/intro/phan_2018.xml Diff: diff --git a/slides/intro/phan_2018.xml b/slides/intro/phan_2018.xml index d5572c0..6673a22 100644 --- a/slides/intro/phan_2018.xml +++ b/slides/intro/phan_2018.xml @@ -58,7 +58,7 @@ C::fn([1], [1,2,3], ['mode'=>"test", 'max'=>10]); C::fn("test", [1,2,3], ['max'=>10]); // PhanTypeMismatchArgument Argument 3 (shaped) is array{max:10} -// but \C::fn() takes array{mode:string,max:int +// but \C::fn() takes array{mode:string,max:int} ]]></example> <break lines="1" section="phan3"/>