Browse Source

Add deprecation info.

mscherer 1 year ago
parent
commit
7d5a6a6bbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/QrCodeHelper.php

+ 1 - 1
src/View/Helper/QrCodeHelper.php

@@ -21,7 +21,7 @@ use Cake\View\View;
  *
  * NOTE: urls have a 2k limit - for the total amount of 4296 chars (7089 for numeric values only) you will need to send it via post
  *
- * TODO: set size according to text length automatically
+ * @deprecated Not working anymore, as Google deprecated it. Use https://github.com/dereuromark/cakephp-qrcode instead.
  *
  * @property \Cake\View\Helper\HtmlHelper $Html
  * @property \Cake\View\Helper\UrlHelper $Url