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