Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/163
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 28, 2021
1 parent 4a264cb commit ae34338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Core/lib/lang/prop.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @used-by \Dfe\Sift\API\Client::cfg()
* @used-by \Dfe\TBCBank\Session::data()
* @used-by \Frugue\Core\Session::country()
* @used-by \Frugue\Core\Session::redirected()
* @used-by \Inkifi\Pwinty\API\Entity\Image::attributes()
* @used-by \Inkifi\Pwinty\API\Entity\Image::copies()
* @used-by \Inkifi\Pwinty\API\Entity\Image::sizing()
Expand Down Expand Up @@ -62,6 +63,7 @@ function df_n_set($v) {return is_null($v) ? DF_N : $v;}
* @used-by \Dfe\Sift\API\Client::cfg()
* @used-by \Dfe\TBCBank\Session::data()
* @used-by \Frugue\Core\Session::country()
* @used-by \Frugue\Core\Session::redirected()
* @used-by \Inkifi\Pwinty\API\Entity\Image::attributes()
* @used-by \Inkifi\Pwinty\API\Entity\Image::copies()
* @used-by \Inkifi\Pwinty\API\Entity\Image::sizing()
Expand Down
3 changes: 0 additions & 3 deletions Customer/Model/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
* @method int|null getLastCustomerId(bool $clear = false)
* @method Session setLastCustomerId($v)
*
* @method bool|null getDfeFrugueRedirected(bool $clear = false)
* @method void setDfeFrugueRedirected(bool $v)
*
* @method bool|null getDfeFrugueRedirectStarted(bool $clear = false)
* @method void setDfeFrugueRedirectStarted(bool $v)
*/
Expand Down

0 comments on commit ae34338

Please sign in to comment.