Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#469: Class Cacheable: Small typo mistake in DocBlock

/**
 * The constructor for the Cacheable takes an instance of the
 * MySQL class and assigns it to `$this->Database`
 *
 * @var MySQL $Database
 *  An instance of the MySQL class to store the cached
 *  data in.
 */
public function __construct(MySQL $Database){
    $this->Database = $Database;
}

@var to @param

Thanks for this! Fixed in this commit

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details