Cory Thompson
|
902c991027
Fix numerous typos
|
9 years ago |
Henrik Gemal
|
e808d23249
minor fixes to unit tests (#10052)
|
9 years ago |
Alexandros Solanos
|
e3654b30e0
Make operation and filter callables take a single array argument
|
9 years ago |
Alexandros Solanos
|
c49ddd09e0
Add separate test case for the case of multidimensional arrays
|
9 years ago |
Alexandros Solanos
|
e722efb834
Make stickler happy
|
9 years ago |
Alexandros Solanos
|
353d52a031
Fix tests, spread operator and support for arrays with arbitrary keys
|
9 years ago |
Alexandros Solanos
|
ec02c023ed
Add cartesianProduct to Collection
|
9 years ago |
Mark Story
|
6f7689b967
Merge branch 'master' into 3.next
|
9 years ago |
Marc Würth
|
05305555a3
Remove superfluous whitespace in doc blocks
|
9 years ago |
Daren Sipes
|
d51cfad6b5
Adding `$nestingKey` to Collection nest method, with tests.
|
9 years ago |
antograssiot
|
141862cde4
Merge branch 'master' into 3.next
|
9 years ago |
ADmad
|
855c4d114b
Fix CS error.
|
9 years ago |
Mark Story
|
2f4f4338b7
Clean up Collection::transpose().
|
9 years ago |
ADmad
|
3eb93d3ef2
Fix CS errors
|
9 years ago |
ADmad
|
ee02ce9ecb
Remove use of TestCase::getMock() from "Collection" namepace tests.
|
9 years ago |
ADmad
|
44bb3245d4
Collection::every() should return false for empty collection.
|
10 years ago |
Mark Story
|
4b6a79715d
Fix PHPCS error.
|
10 years ago |
Jose Lorenzo Rodriguez
|
b8d74a00c8
Adding a test for chunking collections with nested elements.
|
10 years ago |
Jose Lorenzo Rodriguez
|
68b30d056b
Implemented Collection::chunk()
|
10 years ago |
Mark Story
|
74452a0b5a
Fix isEmpty() consuming data.
|
10 years ago |
Jose Lorenzo Rodriguez
|
394e741c5c
Making Collection::toArray() drop the keys when dealing with RecursiveIterator
|
10 years ago |
Yves P
|
c96f30ce7f
Issuing a count() on a Collection should throw an exception
|
10 years ago |
José Lorenzo Rodríguez
|
8c155ef4be
Fixing doc block
|
10 years ago |
Jose Lorenzo Rodriguez
|
28fc8cc30b
Addinig serializable support for ZipIterator and documenting new functions
|
10 years ago |
Jose Lorenzo Rodriguez
|
5ded2c0eed
Initial implementation of serializable collections
|
10 years ago |
Jose Lorenzo Rodriguez
|
d5b06604e7
Renamed {n} to {*} in collections
|
10 years ago |
Jose Lorenzo Rodriguez
|
faec33eee5
Implemented {n} notation for Collection::extract()
|
10 years ago |
Jose Lorenzo Rodriguez
|
74bf9f0656
Cleaning code and adding another test case
|
10 years ago |
Jose Lorenzo Rodriguez
|
4761d41897
Naïve version of supporting {n} notation in collection methods
|
10 years ago |
Jose Lorenzo Rodriguez
|
a340d8b00a
Making Collection::sumOf() use an identity by default
|
10 years ago |