Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/debug/Exception/FlattenException.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 7a779792577d |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
155 public function getPrevious() | 155 public function getPrevious() |
156 { | 156 { |
157 return $this->previous; | 157 return $this->previous; |
158 } | 158 } |
159 | 159 |
160 public function setPrevious(FlattenException $previous) | 160 public function setPrevious(self $previous) |
161 { | 161 { |
162 $this->previous = $previous; | 162 $this->previous = $previous; |
163 } | 163 } |
164 | 164 |
165 public function getAllPrevious() | 165 public function getAllPrevious() |