File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public function getStyle()
145
145
* @param int $columnIndex Column index
146
146
* @param TableStyle|string $name The style name or a TableStyle instance
147
147
*
148
- * @return self
148
+ * @return $this
149
149
*/
150
150
public function setColumnStyle ($ columnIndex , $ name )
151
151
{
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ public function getFile()
547
547
*
548
548
* @param bool $shared Whether the service must be shared or not
549
549
*
550
- * @return self
550
+ * @return $this
551
551
*/
552
552
public function setShared ($ shared )
553
553
{
@@ -749,7 +749,7 @@ public function isAbstract()
749
749
* @param bool $status
750
750
* @param string $template Template message to use if the definition is deprecated
751
751
*
752
- * @return self
752
+ * @return $this
753
753
*
754
754
* @throws InvalidArgumentException When the message template is invalid.
755
755
*/
@@ -824,7 +824,7 @@ public function getConfigurator()
824
824
*
825
825
* @param string[] $types
826
826
*
827
- * @return self
827
+ * @return $this
828
828
*/
829
829
public function setAutowiringTypes (array $ types )
830
830
{
@@ -852,7 +852,7 @@ public function isAutowired()
852
852
*
853
853
* @param bool $autowired
854
854
*
855
- * @return self
855
+ * @return $this
856
856
*/
857
857
public function setAutowired ($ autowired )
858
858
{
@@ -876,7 +876,7 @@ public function getAutowiringTypes()
876
876
*
877
877
* @param string $type
878
878
*
879
- * @return self
879
+ * @return $this
880
880
*/
881
881
public function addAutowiringType ($ type )
882
882
{
@@ -890,7 +890,7 @@ public function addAutowiringType($type)
890
890
*
891
891
* @param string $type
892
892
*
893
- * @return self
893
+ * @return $this
894
894
*/
895
895
public function removeAutowiringType ($ type )
896
896
{
You can’t perform that action at this time.
0 commit comments