Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

added missing return $this to setValue method. #7114

Closed
wants to merge 5 commits into from

Commits on Jan 9, 2015

  1. added missing return $this to setValue method.

    added return $this to the setValue method to implement fluid interface like other setters in this class.
    matwright committed Jan 9, 2015
    Copy the full SHA
    b44fdda View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    754aa7f View commit details
    Browse the repository at this point in the history
  3. Added test to assert that getValue returns the same type of object as

    the object upon which the method was called.
    matwright committed Jan 9, 2015
    Copy the full SHA
    15d2f1e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    448c1ad View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    792bad2 View commit details
    Browse the repository at this point in the history