You appear to be a bot. Output may be restricted
Description
Returns a message displaying the current version
Usage
$string = Adapter::__toString();
Parameters
Returns
string
Source
File name: wordpress-seo/lib/migrations/adapter.php
Lines:
1 to 3 of 3
public function __toString() { return self::class . ', version ' . $this->version; }