File tree Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Original file line number Diff line number Diff line change 66
77class AddPhone extends PointType
88{
9- /**
10- * Number of points.
11- *
12- * @var int
13- */
14- public $ points = 20 ;
9+ public int $ points = 5 ;
1510
16- /**
17- * Point constructor.
18- *
19- * @param $subject
20- */
2111 public function __construct ($ subject )
2212 {
2313 $ this ->subject = $ subject ;
2414 }
2515
26- /**
27- * User who will be receive points.
28- *
29- * @return mixed
30- */
3116 public function payee ()
3217 {
3318 return $ this ->getSubject ()->user ;
Original file line number Diff line number Diff line change 66
77class AddSocialLinks extends PointType
88{
9- /**
10- * Number of points.
11- *
12- * @var int
13- */
14- public $ points = 20 ;
9+ public int $ points = 6 ;
1510
16- /**
17- * Point constructor.
18- *
19- * @param $subject
20- */
2111 public function __construct ($ subject )
2212 {
2313 $ this ->subject = $ subject ;
2414 }
2515
26- /**
27- * User who will be receive points.
28- *
29- * @return mixed
30- */
3116 public function payee ()
3217 {
3318 return $ this ->getSubject ()->user ;
You can’t perform that action at this time.
0 commit comments