mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
minor fixes
This commit is contained in:
parent
8f161afcce
commit
4841e1538b
|
|
@ -89,7 +89,7 @@ class Neuron
|
|||
*/
|
||||
public function output() : float
|
||||
{
|
||||
$length = \count($this->intputs);
|
||||
$length = \count($this->inputs);
|
||||
$output = 0.0;
|
||||
|
||||
for ($i = 0; $i < $length; ++$i) {
|
||||
|
|
|
|||
|
|
@ -1374,13 +1374,11 @@ class Builder extends BuilderAbstract
|
|||
*
|
||||
* Merging query in order to remove database query volume
|
||||
*
|
||||
* @param Builder $query Query
|
||||
*
|
||||
* @return Builder
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function merge(self $query) : self
|
||||
public function merge() : self
|
||||
{
|
||||
return clone($this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user