Completed
Push — master ( 65f314...a56b5d )
by Paweł
08:26
created
src/SWP/Bundle/UserBundle/Model/UserInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@  discard block
 block discarded – undo
29 29
 
30 30
     /**
31 31
      * @param string $about
32
+     * @return void
32 33
      */
33 34
     public function setAbout(string $about);
34 35
 
@@ -39,6 +40,7 @@  discard block
 block discarded – undo
39 40
 
40 41
     /**
41 42
      * @param string $firstName
43
+     * @return void
42 44
      */
43 45
     public function setFirstName(string $firstName);
44 46
 
@@ -49,6 +51,7 @@  discard block
 block discarded – undo
49 51
 
50 52
     /**
51 53
      * @param string $lastName
54
+     * @return void
52 55
      */
53 56
     public function setLastName(string $lastName);
54 57
 
@@ -59,6 +62,7 @@  discard block
 block discarded – undo
59 62
 
60 63
     /**
61 64
      * @param string $externalId
65
+     * @return void
62 66
      */
63 67
     public function setExternalId(string $externalId);
64 68
 }
Please login to merge, or discard this patch.