Commit History

Author SHA1 Message Date
  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
  Jose Lorenzo Rodriguez 8540633534 Fixes #6683 10 years ago
  Jose Lorenzo Rodriguez a50ff282f9 Implemented Collection::last() 11 years ago
  Jose Lorenzo Rodriguez 8c10deec57 Implemented Collection::skip() 11 years ago
  Jose Lorenzo Rodriguez c8c60fb36b Implemeting the zipWith() method 11 years ago
  Jose Lorenzo Rodriguez d311596246 Adding more tests and the code 11 years ago
  Jose Lorenzo Rodriguez ac97df1f0a Initial implementation of Collection::zip() 11 years ago
  Jan Sukenik b9cad16252 Added more tests for CollectionTrait::append 11 years ago