You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +03:00
bumping php-cs-fixer; formatting rules change slightly
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
<?php
|
||||
|
||||
class Crypt {
|
||||
|
||||
/**
|
||||
* @access private
|
||||
*/
|
||||
protected $plain = '';
|
||||
|
||||
|
||||
/**
|
||||
* @access private
|
||||
*/
|
||||
protected $password;
|
||||
|
||||
|
||||
protected $size;
|
||||
|
||||
|
||||
|
||||
public function __construct($plaintext) {
|
||||
$this->plain = $plaintext;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
|
Reference in New Issue
Block a user