Commit 517e371
committed
minor #6721 [Finder] Fixed typo in RealPath method on SplFileInfo class (acrobat)
This PR was merged into the 2.7 branch.
Discussion
----------
[Finder] Fixed typo in RealPath method on SplFileInfo class
The getRealPath method in SplFileInfo has a capital letter for getReal**p**ath. See [SplFileInfo::getRealPath](http://php.net/manual/en/splfileinfo.getrealpath.php)
Found this typo when implementing the finder component and copying the example .
Commits
-------
4132a97 Fixed typo in RealPath method on SplFileInfo class1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments