| Conditions | 4 | 
| Paths | 4 | 
| Total Lines | 16 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 42 | public function safeDown() | ||
| 43 |     { | ||
| 44 |         if (false === (new ObjectAssociations())->safeDown()) { | ||
| 45 | return false; | ||
| 46 | }; | ||
| 47 | |||
| 48 |         if (false === (new m190222_101208_connections())->safeDown()) { | ||
| 49 | return false; | ||
| 50 | }; | ||
| 51 | |||
| 52 |         if (false === (new m190818_122247_visitor())->safeDown()) { | ||
| 53 | return false; | ||
| 54 | }; | ||
| 55 | |||
| 56 | return true; | ||
| 57 | } | ||
| 58 | } | ||
| 59 |