mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 22:38:42 +00:00
phpcs fixes
This commit is contained in:
parent
2fbf79bce0
commit
e90ad9477a
|
|
@ -110,6 +110,8 @@ class HttpSession implements SessionInterface
|
||||||
/**
|
/**
|
||||||
* Set Csrf protection for forms.
|
* Set Csrf protection for forms.
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private function setCsrfProtection() /* : void */
|
private function setCsrfProtection() /* : void */
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ interface SessionInterface
|
||||||
public function getSID();
|
public function getSID();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int|string $sid
|
* @param int|string $sid Session id
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set postal or zip code
|
* Set postal or zip code
|
||||||
*
|
*
|
||||||
* @param string $postal
|
* @param string $postal Postal code
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
@ -177,7 +177,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set city name
|
* Set city name
|
||||||
*
|
*
|
||||||
* @param string $city
|
* @param string $city City name
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
@ -203,7 +203,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set country code
|
* Set country code
|
||||||
*
|
*
|
||||||
* @param string $country
|
* @param string $country Country name
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
@ -229,7 +229,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set address
|
* Set address
|
||||||
*
|
*
|
||||||
* @param string $address
|
* @param string $address Address
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
@ -255,7 +255,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set state name
|
* Set state name
|
||||||
*
|
*
|
||||||
* @param string $state
|
* @param string $state State name
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
@ -281,7 +281,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
/**
|
/**
|
||||||
* Set geo location
|
* Set geo location
|
||||||
*
|
*
|
||||||
* @param float[] $geo
|
* @param float[] $geo Geo location lat/long
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,8 @@ final class Huffman
|
||||||
/**
|
/**
|
||||||
* Remove dictionary
|
* Remove dictionary
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function removeDictionary() /* : void */
|
public function removeDictionary() /* : void */
|
||||||
|
|
@ -59,6 +61,8 @@ final class Huffman
|
||||||
*
|
*
|
||||||
* @param Dictionary $dictionary Huffman dictionary
|
* @param Dictionary $dictionary Huffman dictionary
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setDictionary(Dictionary $dictionary) /* : void */
|
public function setDictionary(Dictionary $dictionary) /* : void */
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,8 @@ class Tag
|
||||||
*
|
*
|
||||||
* @param string $message Tag message
|
* @param string $message Tag message
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setMessage(string $message) /* : void */
|
public function setMessage(string $message) /* : void */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user