We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafd52d commit 81c6a3cCopy full SHA for 81c6a3c
README-LanguageDraft-2.0.md
@@ -6,7 +6,6 @@
6
7
```
8
function: bubbleSortA(&$array)
9
- # best code quality, but less performance
10
for ($i = 1, $i < $array->getSize()#-+ 1-#, ++$i)
11
for ($j = 0, $j < $array->getSize() - $i, ++$j)
12
#-
0 commit comments